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