Merge remote-tracking branch 'origin/v2.x' into v3.x

This commit is contained in:
fritz-hh
2014-10-03 16:21:49 +02:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -25,7 +25,7 @@ tesseract engine)
Copyright: fritz-hh from Github (https://github.com/fritz-hh)
Version: $VERSION
Usage: OCRmyPDF.sh [-h] [-v] [-g] [-k] [-d] [-c] [-i] [-o dpi] [-f] [-l language] [-C filename] inputfile outputfile
Usage: OCRmyPDF.sh [-h] [-v] [-g] [-k] [-d] [-c] [-i] [-o dpi] [-f|-s] [-l lan1[+lan2...]] [-C filename] inputfile outputfile
-h : Display this help message
-v : Increase the verbosity (this option can be used more than once) (e.g. -vvv)
@@ -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)
+1 -1
View File
@@ -13,7 +13,7 @@ DEFAULT_DPI=300 # dpi value used as fall back if the page dpi cannot be deter
#####################################################################################
TOOLNAME="OCRmyPDF"
VERSION="v2.2-stable"
VERSION="v2.x"
# possible exit codes
EXIT_BAD_ARGS="1"