This commit is contained in:
fritz-hh
2013-04-23 21:43:34 +02:00
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ Usage: OCRmyPDF.sh [-h] [-v] [-g] [-k] [-d] [-c] [-i] [-l language] [-C filenam
-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.
-C : Pass an additional configuration file to the tesseract OCR engine.
(this option can be used more than once)
@@ -293,4 +293,4 @@ if [ $KEEP_TMP -eq 0 ]; then
rm "$FILE_OUTPUT_PDF"
fi
exit 0
exit 0
+4 -4
View File
@@ -8,11 +8,11 @@ To get the script usage, call: ./OCmyPDF.sh -h
Features
--------
- Generates a searchable PDF/A file from a PDF file containing only images
- Keeps the exact resolution of the original embedded images
- Generate a searchable PDF/A file from a PDF file containing only images
- Keep the exact resolution of the original embedded images
- If requested deskew and / or clean the image before performing OCR
- Validates the generated file against the PDF/A specification using jhove
- Validate the generated file against the PDF/A specification using jhove
- Provides debug mode to enable easy verification of the OCR results
Motivation
----------