Update 2023-06-26 13:28 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-06-26 13:28:54 +02:00
parent 34834d3a5a
commit bf9b18702c
9 changed files with 20 additions and 109 deletions

View File

@@ -2,5 +2,4 @@
. ${HOME}/.bin/_config
cd ${PIMDIR}/documents/_incoming
find . -type f -maxdepth 1 -mindepth 1 -name "*.pdf" | xargs -P4 -n1 -I{} ocrmypdf -l deu $* "{}" "{}"
find . -type f -maxdepth 1 -mindepth 1 -name "*.pdf" | xargs -P4 -n1 -t -r -I{} ocrmypdf -l deu $* "{}" "{}"