Description
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; }
Attachments
Issue Links
- links to