]> gitweb.hhaalo.de Git - scantopdf.git/commitdiff
do not add ocr create pdf
authorBastian Dehn <hhaalo@arcor.de>
Sat, 18 Oct 2025 18:13:53 +0000 (20:13 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 18 Oct 2025 18:13:53 +0000 (20:13 +0200)
src/scanbasic.sh

index 5c634db15b333780c6e578ee3aad17591f2df497..8b938fad92e9cca86352627130de2c7c3d089405 100644 (file)
@@ -136,9 +136,6 @@ createpdf()
                        || errlog "could not delete $pdf" \
                        || return 1
        done
-
-       addocr "$basename$(printf "%03d" $start).pdf" \
-               || return $?
 }
 
 detectsplit()