boekhouding-beancount/scripts/ocr-image.sh
2025-07-01 19:52:46 +02:00

6 lines
178 B
Bash
Executable file

#!/bin/bash -eux
in=$1
out=$(dirname "$in")/$(basename -- "$in" ".${in##*.}").pdf
img2pdf --auto-orient "$in" | ocrmypdf --language eng+nld --tesseract-pagesegmode 11 - "$out"