Change skip-ocr to skip-text (#1146)

This commit is contained in:
Srikar Sundaram
2023-09-14 17:22:34 -07:00
committed by GitHub
parent 86f2b1f9a7
commit 4bee7355e9
+1 -1
View File
@@ -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"