Skip to content

Commit

Permalink
Change skip-ocr to skip-text (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss8931 committed Sep 15, 2023
1 parent 86f2b1f commit 4bee735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/completion/ocrmypdf.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4bee735

Please sign in to comment.