Update 2024-03-23 09:50 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-03-23 09:50:32 +01:00
parent 9a4558a37b
commit 2a4a6d23d5
9 changed files with 22 additions and 17 deletions

View File

@@ -1,10 +1,7 @@
#/bin/sh -xe
. ${HOME}/.bin/_config
needs tesseract--
needs tesseract-deu--
needs tesseract-eng--
needs ocrmypdf--
needs tesseract-- tesseract-deu-- tesseract-eng-- ocrmypdf--
cd ${PIMDIR}/documents/_incoming
find . -type f -maxdepth 1 -mindepth 1 -name "*.pdf" | xargs -P4 -n1 -t -r -I{} ocrmypdf -l deu $* "{}" "{}"