This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/master by this push:
new 500f2f8 Update PDFParser.properties (#322)
500f2f8 is described below
commit 500f2f80b50a76ad4abc8864cdd0638c44d6da99
Author: Matthew Ford <[email protected]>
AuthorDate: Tue Jun 16 17:44:49 2020 +0100
Update PDFParser.properties (#322)
The auto option exists but is not documented
---
.../src/main/resources/org/apache/tika/parser/pdf/PDFParser.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tika-parsers/src/main/resources/org/apache/tika/parser/pdf/PDFParser.properties
b/tika-parsers/src/main/resources/org/apache/tika/parser/pdf/PDFParser.properties
index ca9d52b..3101ba9 100644
---
a/tika-parsers/src/main/resources/org/apache/tika/parser/pdf/PDFParser.properties
+++
b/tika-parsers/src/main/resources/org/apache/tika/parser/pdf/PDFParser.properties
@@ -25,7 +25,7 @@ checkExtractAccessPermission false
allowExtractionForAccessibility true
ifXFAExtractOnlyXFA false
catchIntermediateIOExceptions true
-#options: no_ocr, ocr_only, ocr_and_text_extraction
+#options: no_ocr, ocr_only, ocr_and_text_extraction, auto
ocrStrategy no_ocr
#dots per inch for the ocr rendering of the page image
ocrDPI 300