Re: Error calling ImageMagick

2021-02-12 Thread Nick Burch
On Thu, 11 Feb 2021, Tim Allison wrote: I can replicate this on my windows laptop. The weird thing is that the image file is actually there and if I pause the debugger at the point after imagemagick has complained that the file isn't there but before Tika does the clean up, Windows is funny

RE: Error calling ImageMagick

2021-02-11 Thread Peter Kronenberg
Kronenberg Sent: Thursday, February 11, 2021 5:17 PM To: user@tika.apache.org; talli...@apache.org Subject: RE: Error calling ImageMagick This email was sent from outside your organisation, yet is displaying the name of someone from your organisation. This often happens in phishing attempts. Please

RE: Error calling ImageMagick

2021-02-11 Thread Peter Kronenberg
. Wasn't sure if TikaInputStream automatically did the buffering -Original Message- From: Tim Allison Sent: Thursday, February 11, 2021 4:43 PM To: user@tika.apache.org Subject: Re: Error calling ImageMagick Are you still seeing tesseract txt files piling up? I'm not able to reproduce

Re: Error calling ImageMagick

2021-02-10 Thread Tim Allison
Works on linux for me. Let me break out my windows laptop. On Wed, Feb 10, 2021 at 12:34 PM Peter Kronenberg wrote: > > I think yesterday’s code introduced a bug. The temporary file that is > created for ImageMagick is not there. > > > > > > [main] INFO

RE: Error calling ImageMagick

2021-02-10 Thread Peter Kronenberg
Subject: Error calling ImageMagick I think yesterday's code introduced a bug. The temporary file that is created for ImageMagick is not there. [main] INFO org.apache.tika.parser.ocr.TesseractOCRParser - Tesseract is installed and is being invoked. This can add greatly to processing time. If you

Error calling ImageMagick

2021-02-10 Thread Peter Kronenberg
I think yesterday's code introduced a bug. The temporary file that is created for ImageMagick is not there. [main] INFO org.apache.tika.parser.ocr.TesseractOCRParser - Tesseract is installed and is being invoked. This can add greatly to processing time. If you do not want tesseract to be