Merge branch 'master' of https://github.com/fritz-hh/OCRmyPDF
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user