This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch branch_1x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 9d64a904238e5562bb31dcabfda0d297e9091c95 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 739aa57..6020f8a 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
