#/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 $* "{}" "{}"