From 98c41f322386166453eb2b51d02490c328801bd9 Mon Sep 17 00:00:00 2001 From: fritz-hh Date: Fri, 3 Oct 2014 15:44:14 +0200 Subject: [PATCH] typo in usage --- OCRmyPDF.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OCRmyPDF.sh b/OCRmyPDF.sh index 296e6b3e..d92f7048 100644 --- a/OCRmyPDF.sh +++ b/OCRmyPDF.sh @@ -37,8 +37,7 @@ Usage: OCRmyPDF.sh [-h] [-v] [-g] [-k] [-d] [-c] [-i] [-o dpi] [-f] [-l languag - Do not delete the temporary files -d : Deskew each page before performing OCR -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) +-i : Incorporate the cleaned image in the final PDF file (by default the original image, or the deskewed image if the -d option is set) -o : If the resolution of an image is lower than dpi value provided as argument, provide the OCR engine with 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)