2 lines
77 B
Bash
2 lines
77 B
Bash
file=$1
|
|
ocrmypdf -l deu --force-ocr --jbig2-lossy ${file} ${file%.*}-ocr.pdf
|
file=$1
|
|
ocrmypdf -l deu --force-ocr --jbig2-lossy ${file} ${file%.*}-ocr.pdf
|