Delete ocr binary

This commit is contained in:
T. R. Bernstein
2024-06-26 19:49:18 +02:00
committed by T. R. Bernstein
parent ace7c7ca0a
commit 3ad8aab530

View File

@@ -1,6 +0,0 @@
#!/bin/zsh
mkdir -p OCRed || exit
for pdf in *.pdf; do
print -- "OCRing ${pdf}"
ocrmypdf -l deu ${pdf} ./OCRed/${pdf};
done