#!/usr/bin/env bash # author: Daniel Sommer # license: MIT file="$1" [[ ! -f "$file" ]] && printf "error: specified file '"$file"' does not exist!\n" >&2 && exit 1 export OMP_THREAD_LIMIT=1 tesseract "$file" - -l "deu+eng"