OCRmyPDF.sh: typo in usage
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@ Usage: OCRmyPDF.sh [-h] [-v] [-g] [-k] [-d] [-c] [-i] [-l language] inputfile
|
||||
-c : Clean each page before performing OCR
|
||||
-i : Incorporate the cleaned image in the final PDF file (by default the original image
|
||||
image, or the deskewed image if the -d option is set, is incorporated)
|
||||
-l : Set the language of the PDF file in order to improve OCR results(default "eng")
|
||||
-l : Set the language of the PDF file in order to improve OCR results (default "eng")
|
||||
Any language supported by tesseract is supported.
|
||||
inputfile : PDF file to be processed
|
||||
--------------------------------------------------------------------------------------
|
||||
@@ -288,4 +288,4 @@ if [ $KEEP_TMP -eq 0 ]; then
|
||||
rm "$FILE_OUTPUT_PDF"
|
||||
fi
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user