From 897ffe7b3ba43fee0c4418148a185d1cbb7d6425 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Tue, 30 Dec 2025 01:17:10 +0900 Subject: QoL small changes --- public/.local/bin/ocrthis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/.local/bin/ocrthis.sh') 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" -- cgit v1.2.3