.dots/scripts/scan/ocr.sh
2024-09-26 11:05:50 +02:00

11 lines
258 B
Bash
Executable file

#!/usr/bin/env bash
# author: Daniel Sommer <daniel.sommer@velvettear.de>
# 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"