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

Tim Allison edited comment on TIKA-2359 at 5/18/17 10:55 AM:
-------------------------------------------------------------

I just added this:
{noformat}                
LOG.info("Tesseract OCR is installed and will be automatically applied to image 
files.\n"+
                        "This may dramatically slow down content extraction 
(TIKA-2359).\n"+
                        "As of Tika 1.15 (and prior versions), Tesseract is 
automatically called.\n"+
                        "In future versions of Tika, users may need to turn the 
TesseractOCRParser on via TikaConfig."
                );
{noformat}

Let me know if we want to change this message.


was (Author: [email protected]):
How about:
{noformat}                
LOG.info("Tesseract OCR is installed and will be automatically applied to image 
files.\n"+
                        "This may dramatically slow down content extraction 
(TIKA-2359).\n"+
                        "As of Tika 1.15 (and prior versions), Tesseract is 
automatically called.\n"+
                        "In future versions of Tika, users may need to turn the 
TesseractOCRParser on via TikaConfig."
                );
{noformat}

> Extreme slow parsing on the attachment attached
> -----------------------------------------------
>
>                 Key: TIKA-2359
>                 URL: https://issues.apache.org/jira/browse/TIKA-2359
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>            Reporter: Eugen Mayer
>         Attachments: Sample-doc-file-2000kb.doc
>
>
> i have 93s for parsing this document using 1.14 in server or in cli mode.
> Java:
> java version "1.8.0_121"
> Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
> debian-jessie, 8GB ram in a docker container, current xeon 3GHz, so decent (2 
> cores limited)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to