You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2021/01/12 18:24:00 UTC

[jira] [Commented] (TIKA-3271) Change default image resize size in TesseractParser's pre-processing step

    [ https://issues.apache.org/jira/browse/TIKA-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17263576#comment-17263576 ] 

Tim Allison commented on TIKA-3271:
-----------------------------------

900% was the original value added as part of TIKA-2021: https://github.com/apache/tika/blame/8e12ebea4178048373c3c946eb159d6f68baa4e9/tika-parsers/src/main/java/org/apache/tika/parser/ocr/TesseractOCRConfig.java

> Change default image resize size in TesseractParser's pre-processing step
> -------------------------------------------------------------------------
>
>                 Key: TIKA-3271
>                 URL: https://issues.apache.org/jira/browse/TIKA-3271
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Tim Allison
>            Priority: Major
>
> If users have ImageMagick installed and they select image preprocessing, one of the things we are currently doing is telling ImageMagick to expand the image by 900%.  This _may_ make sense for small images..tbd...however, this can lead to massive files and dramatic increases in processing time.
> At some point, we should probably increase the image size based on the initial image size, e.g. dynamic resizing.
> Until then, for Tika 2.0.0, I propose that we change the default to 200%.  This value is completely heuristic and not based on much data aside from Peter Kronenberg's work: https://lists.apache.org/thread.html/rb1dece05760d10f1b165b03b97fef8b609dc40c4cd06bdb8cc36469d%40%3Cuser.tika.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)