From: Bastian Dehn Date: Sat, 5 Jul 2025 11:16:42 +0000 (+0200) Subject: change quiet ocr X-Git-Tag: v1.0.7^2~6 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=15a3cb26155a71dbde03bdc798d8c7a6a4613159;p=scantopdf.git change quiet ocr --- diff --git a/scanbasic.sh b/scanbasic.sh index 4404163..5f0983f 100644 --- a/scanbasic.sh +++ b/scanbasic.sh @@ -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 $?