[
https://issues.apache.org/jira/browse/TIKA-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15765500#comment-15765500
]
Hudson commented on TIKA-2190:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1164 (See
[https://builds.apache.org/job/Tika-trunk/1164/])
TIKA-2190 -- add configurability for preserve interword spacing (tallison: rev
ae44b9e507dbb11b9b9f5c57cf342b47966ffb66)
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRParser.java
* (edit)
tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties
* (edit) CHANGES.txt
* (add) tika-parsers/src/test/resources/test-documents/testOCR_spacing.png
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/ocr/TesseractOCRParserTest.java
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRConfig.java
> Add "preserve_interword_spaces" option of tesseract
> ---------------------------------------------------
>
> Key: TIKA-2190
> URL: https://issues.apache.org/jira/browse/TIKA-2190
> Project: Tika
> Issue Type: Improvement
> Components: ocr
> Reporter: Bipul Kumar
> Assignee: Tim Allison
> Fix For: 2.0, 1.15
>
>
> This option will preserve the spaces for TXT output type so that the layout
> or context can be inferred while further parsing.
> to enable :: -c preserve_interword_spaces=1
> to disable :: -c preserve_interword_spaces=0 or simply don't mention
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)