From: Bastian Dehn Date: Sun, 23 Nov 2025 11:10:50 +0000 (+0100) Subject: change ocrmypdf one job X-Git-Tag: v1.1.3^2~12 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=f405fbfac8159d09f3978786f53482a5e9b0da7c;p=scantopdf.git change ocrmypdf one job --- diff --git a/src/scanbasic.sh b/src/scanbasic.sh index c46ff55..ff20f80 100644 --- a/src/scanbasic.sh +++ b/src/scanbasic.sh @@ -66,7 +66,7 @@ addocr() || return $? echo "ℹ️ INFO: adding ocr on file $input" - ocrmypdf --quiet --language deu $input $output \ + ocrmypdf --quiet --jobs 1 --language deu $input $output \ || errlog "could not add ocr on $input" \ || return $?