From 15d28d970aa89c0dbde2a0f4795aad63c53431ed Mon Sep 17 00:00:00 2001 From: Andy Signer Date: Fri, 23 May 2014 12:40:51 +0200 Subject: [PATCH] Fixed typo in help text --- OCRmyPDF.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 OCRmyPDF.sh diff --git a/OCRmyPDF.sh b/OCRmyPDF.sh old mode 100644 new mode 100755 index d72cc3fc..d40a2aef --- a/OCRmyPDF.sh +++ b/OCRmyPDF.sh @@ -39,7 +39,7 @@ Usage: OCRmyPDF.sh [-h] [-v] [-g] [-k] [-d] [-c] [-i] [-o dpi] [-f] [-l languag an oversampled image having the latter dpi value. This can improve the OCR results but can lead to a larger output PDF file. (default: no oversampling performed) -f : Force to OCR the whole document, even if some page already contain font data - (which should not be the case for PDF files built from scnanned images) + (which should not be the case for PDF files built from scanned images) -l : Set the language of the PDF file in order to improve OCR results (default "eng") Any language supported by tesseract is supported (Tesseract uses 3-character ISO 639-2 language codes) Multiple languages may be specified, separated by '+' characters.