diff options
Diffstat (limited to 'public/.local/bin/ocrthis.sh')
| -rwxr-xr-x | public/.local/bin/ocrthis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/.local/bin/ocrthis.sh b/public/.local/bin/ocrthis.sh index 3010a6a..0275d01 100755 --- a/public/.local/bin/ocrthis.sh +++ b/public/.local/bin/ocrthis.sh @@ -17,4 +17,4 @@ convert "$1" "${b}.pdf" # TODO: some contrast enhancement step would help. If text has low contrast # with background (e.g., blue on black, green on black), then OCR fails. ocrmypdf "${b}.pdf" "${b}.ocr.pdf" -mv -f "${b}.ocr.pdf" "${b}.pdf" +#mv -f "${b}.ocr.pdf" "${b}.pdf" |
