Re: [tesseract-ocr] Tesseract 3.04 error.

2022-08-19 Thread S J
Hi sir I am facing this error please help On Thursday, 17 September 2015 at 15:45:58 UTC+5:30 Nick White wrote: > On Wed, Sep 16, 2015 at 10:16:40PM +0530, ShreeDevi Kumar wrote: > > If you are having trouble using it with Java, Quan maybe able to suggest > a > > solution. > > I agree, this

Re: [tesseract-ocr] Tesseract 3.04 error.

2015-09-17 Thread Nick White
On Wed, Sep 16, 2015 at 10:16:40PM +0530, ShreeDevi Kumar wrote: > If you are having trouble using it with Java, Quan maybe able to suggest a > solution. I agree, this sounds more like a Java issue to me. I don't know Java at all, but if it's treating anything that sends output to stderr as fail

Re: [tesseract-ocr] Tesseract 3.04 error.

2015-09-16 Thread ShreeDevi Kumar
If you are having trouble using it with Java, Quan maybe able to suggest a solution. - sent from my phone. excuse the brevity. On 16 Sep 2015 22:05, "Sriram Varadharajan" wrote: > No it does not have space in it. You are correct in saying that it is just > a warning and indeed it produces the ou

Re: [tesseract-ocr] Tesseract 3.04 error.

2015-09-16 Thread Sriram Varadharajan
No it does not have space in it. You are correct in saying that it is just a warning and indeed it produces the output txt when i run it as a command Line client . I invoke the Tesseract UNIX process from my java application and during that it is basically erroring out . Tesseract Errors: Pag

Re: [tesseract-ocr] Tesseract 3.04 error.

2015-09-15 Thread ShreeDevi Kumar
Does your input filename have a space in it? - sent from my phone. excuse the brevity and typos. On 16 Sep 2015 10:05, "ShreeDevi Kumar" wrote: > Did u check if the output file is created? > > That is just a warning from leptonica. > > - sent from my phone. excuse the brevity and typos. > On 16

Re: [tesseract-ocr] Tesseract 3.04 error.

2015-09-15 Thread ShreeDevi Kumar
Did u check if the output file is created? That is just a warning from leptonica. - sent from my phone. excuse the brevity and typos. On 16 Sep 2015 09:11, "Sriram Varadharajan" wrote: > I took the 3.04 version of tesseract by following > > brew install tesseract --HEAD. > > > After install whe