]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
change quiet ocr
authorBastian Dehn <hhaalo@arcor.de>
Sat, 5 Jul 2025 11:16:42 +0000 (13:16 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 5 Jul 2025 11:19:24 +0000 (13:19 +0200)
scanbasic.sh

index 4404163174607fb8d8f1483159340ff7822e17b8..5f0983ff69e615cfa7196567dd50fde7f8d46057 100644 (file)
@@ -40,7 +40,7 @@ addocr()
                || return $?
 
        echo "ℹ️  INFO: adding ocr on file $input..."
-       ocrmypdf -l deu $input $output > /dev/null \
+       ocrmypdf --quiet --language deu $input $output \
                || errlog "could not add ocr on $input" \
                || return $?