7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
|
#/bin/sh -xe
|
||
|
. ${HOME}/.bin/_config
|
||
|
|
||
|
cd ${PIMDIR}/documents/_incoming
|
||
|
|
||
|
find . -type f -maxdepth 1 -mindepth 1 -name "*.pdf" | xargs -P4 -n1 -I{} ocrmypdf -l deu $* "{}" "{}"
|