#!/bin/sh echo "OCRMYPDF is consuming" ${1}; /opt/ocrmypdf/bin/ocrmypdf -l eng --output-type pdf "${1}" "${1}";