[
https://issues.apache.org/jira/browse/TIKA-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15765501#comment-15765501
]
Hudson commented on TIKA-2189:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1164 (See
[https://builds.apache.org/job/Tika-trunk/1164/])
[TIKA-2189] fix for Default value mismatch for "enableImageProcessing"
(kumarbipuldas: rev 40401e51b8a135634f54c8c437dafc10378059be)
* (edit)
tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties
add comment on outputType and trigger close of TIKA-2189. This closes
(tallison: rev aa2407a6ba9826684df81af60c58b476e193a830)
* (edit)
tika-parsers/src/main/resources/org/apache/tika/parser/ocr/TesseractOCRConfig.properties
> Default value mismatch for "enableImageProcessing" in
> TesseractOCRConfig.properties and TesseractOCRConfig.java
> ----------------------------------------------------------------------------------------------------------------
>
> Key: TIKA-2189
> URL: https://issues.apache.org/jira/browse/TIKA-2189
> Project: Tika
> Issue Type: Bug
> Components: ocr, parser
> Affects Versions: 1.14
> Reporter: Bipul Kumar
> Priority: Minor
> Labels: ocr
> Fix For: 1.15
>
>
> Default value of "enableImageProcessing" should be "0" (image processing not
> required by default) in TesseractOCRConfig.properties as same as
> TesseractOCRConfig.java.
> That value "1" in TesseractOCRConfig.properties is overriding the default at
> runtime. As per Javadoc, it is optional.
> /**
> * Set the value to true if processing is to be enabled.
> * Default value is false.
> */
> public void setEnableImageProcessing(int enableImageProcessing) {
> this.enableImageProcessing = enableImageProcessing;
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)