Version: $VERSION
Architecture: amd64
Maintainer: Bastian Dehn <hhaalo@arcor.de>
-Depends: sane (>= 1.0.14), qpdf (>= 11.3.0), pdftk (>= 2.02), libtiff-tools (>= 4.5.0), ocrmypdf (>= 14.0.1), tesseract-ocr-deu (>= 4.1.0), zbar-tools (>= 0.23.92), qrencode (>= 4.1.), librsvg2-bin (>= 2.54.7)
+Depends: sane (>= 1.0.14), qpdf (>= 11.3.0), pdftk (>= 2.02), libtiff-tools (>= 4.5.0), ocrmypdf (>= 14.0.1), tesseract-ocr-deu (>= 4.1.0), zbar-tools (>= 0.23.92), qrencode (>= 4.1.), librsvg2-bin (>= 2.54.7), libimage-exiftool-perl (>=12.57+dfsg-1)
Description: scan to pdf with ocr scripts for sane-kds-s2000w-net
command -v tiff2pdf > /dev/null \
|| errlog "command tiff2pdf not found" \
|| return $?
+ command -v exiftool > /dev/null \
+ || errlog "command exiftool not found" \
+ || return $?
}
optimize()