boekhouding-beancount/scripts/ocr-pdf.sh

6 lines
156 B
Bash
Executable file

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