[tesseract-ocr] Re: libpng error when training with tesseract4

2019-04-06 Thread Trong
Hi Koto, How did you resolve? I have the same issue :( Thanks Vào 17:41:53 UTC+7 Thứ Năm, ngày 21 tháng 2 năm 2019, koto...@gmail.com đã viết: > > hi, I have a problem. > I am training tesseract4.0 from scratch with my own image. > when I training with yaru.game.exp0.lstmf with other 2 lstmf fi

Re: [tesseract-ocr] Re: libpng error when training with tesseract4

2019-04-06 Thread Zdenko Podobny
Did you check what I asked before? If yes, then provide command you used and input data for it. Zdenko so 6. 4. 2019 o 10:28 Trong napísal(a): > Hi Koto, > How did you resolve? I have the same issue :( > Thanks > > Vào 17:41:53 UTC+7 Thứ Năm, ngày 21 tháng 2 năm 2019, koto...@gmail.com > đã vi

[tesseract-ocr] Tesseract different output on windows then linux

2019-04-06 Thread Chirs Masselli
I created a python script in linux that uses tesseract and when running it everything works out and the output is correct when trying to run it on my windows computer tesseract is not identifying the numbers as numbers but instead as words attached is the same .png im using on both windows and

Re: [tesseract-ocr] Tesseract different output on windows then linux

2019-04-06 Thread Shree Devi Kumar
See https://github.com/UB-Mannheim/tesseract/wiki for latest windows installers See https://github.com/tesseract-ocr/tesseract/wiki#tesseract-4-packages-with-lstm-engine-and-related-traineddata for latest linux installers The difference you see could also be because of different version of trained

Re: [tesseract-ocr] Tesseract different output on windows then linux

2019-04-06 Thread Chirs Masselli
After making sure everything was updated I tried to use the eng.traineddata and now I'm getting the following assertion lstm_recognizer_->DeSerialize(&fp):Error:Assert failed:in file ../../../../ccmain/tessedit.cpp, line 193 On Sunday, April 7, 2019 at 12:48:54 AM UTC-4, shree wrote: > > See

Re: [tesseract-ocr] Tesseract different output on windows then linux

2019-04-06 Thread Chirs Masselli
After taking the eng.traineddata from my linux machine I am still getting the assertion same thing after using testdata file from my linux machine on my win10 machine On Sunday, April 7, 2019 at 1:38:29 AM UTC-4, Chirs Masselli wrote: > > After making sure everything was updated I tried to use t

Re: [tesseract-ocr] Tesseract different output on windows then linux

2019-04-06 Thread Shree Devi Kumar
How did you get the traineddata? you need to usethe `raw` link. wget -O eng.traineddata https://github.com/tesseract-ocr/tessdata_best/raw/master/eng.traineddata On Sun, Apr 7, 2019 at 11:08 AM Chirs Masselli wrote: > After making sure everything was updated I tried to use the > eng.trainedda

Re: [tesseract-ocr] Tesseract different output on windows then linux

2019-04-06 Thread Chirs Masselli
Yes that's the exact one I used. On Sunday, April 7, 2019 at 1:51:01 AM UTC-4, shree wrote: > > How did you get the traineddata? you need to usethe `raw` link. > > wget -O eng.traineddata > https://github.com/tesseract-ocr/tessdata_best/raw/master/eng.traineddata > > > > On Sun, Apr 7, 2019 at 11