From 4bee7355e943e928b048c166236291c2a030cb4f Mon Sep 17 00:00:00 2001 From: Srikar Sundaram <78916401+ss8931@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:22:34 -0400 Subject: [PATCH] Change skip-ocr to skip-text (#1146) --- misc/completion/ocrmypdf.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/completion/ocrmypdf.fish b/misc/completion/ocrmypdf.fish index 0b3b67761..12b7ea9c8 100644 --- a/misc/completion/ocrmypdf.fish +++ b/misc/completion/ocrmypdf.fish @@ -14,7 +14,7 @@ complete -c ocrmypdf -s i -l clean-final -d "clean document images and keep resu complete -c ocrmypdf -l remove-vectors -d "don't send vector objects to OCR" complete -c ocrmypdf -s f -l force-ocr -d "OCR documents that already have printable text" -complete -c ocrmypdf -s s -l skip-ocr -d "skip OCR on pages that text, otherwise try OCR" +complete -c ocrmypdf -s s -l skip-text -d "skip OCR on any pages that already contain text" complete -c ocrmypdf -l redo-ocr -d "redo OCR on any pages that seem to have OCR already" complete -c ocrmypdf -l invalidate-digital-signatures -d "invalidate digital signatures and allow OCR to proceed"