You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2016/12/20 21:40:47 UTC

tika git commit: add comment on outputType and trigger close of TIKA-2189. This closes #139.

Repository: tika
Updated Branches:
  refs/heads/master ae44b9e50 -> aa2407a6b


add comment on outputType and trigger close of TIKA-2189. This closes #139.


Project: http://git-wip-us.apache.org/repos/asf/tika/repo
Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/aa2407a6
Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/aa2407a6
Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/aa2407a6

Branch: refs/heads/master
Commit: aa2407a6ba9826684df81af60c58b476e193a830
Parents: ae44b9e
Author: tballison <ta...@mitre.org>
Authored: Tue Dec 20 16:40:32 2016 -0500
Committer: tballison <ta...@mitre.org>
Committed: Tue Dec 20 16:40:32 2016 -0500

----------------------------------------------------------------------
 .../org/apache/tika/parser/ocr/TesseractOCRConfig.properties        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tika/blob/aa2407a6/tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties
----------------------------------------------------------------------
diff --git a/tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties b/tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties
index 3cc2bcd..26b6031 100644
--- a/tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties
+++ b/tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties
@@ -20,6 +20,7 @@ pageSegMode=1
 maxFileSizeToOcr=2147483647
 minFileSizeToOcr=0
 timeout=120
+#txt or hocr
 outputType=txt
 preserveInterwordSpacing=false