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

2019-04-08 Thread stjoweil via tesseract-ocr
On Monday, 8 April 2019 00:03:25 UTC+2, Chirs Masselli wrote: > > SOLVED > I solved it by downloading the 32 bit setup, it also fixed the bad > recognition on windows vs linux without swithcing the train data > 32bit linked I used from the wiki > https://digi.bib.uni-mannheim.de/tesseract/tesse

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

2019-04-07 Thread Chirs Masselli
SOLVED I solved it by downloading the 32 bit setup, it also fixed the bad recognition on windows vs linux without swithcing the train data 32bit linked I used from the wiki https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v4.1.0.20190314.exe On Sunday, April 7, 2019 at 5:39:11

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

2019-04-07 Thread stjoweil via tesseract-ocr
The assertion which you get was removed in commit dc8745e6fd4c6c070076c44565924faa0d0643a7 two years ago, so you are using an outdated version of Tesseract which is no longer supported. Use `tesseract --version` to see the version of your installed Tesseract. -- You received this message becau

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

2019-04-07 Thread Shree Devi Kumar
If problem is with the new windows version, please file issue at https://github.com/UB-Mannheim/tesseract/issues as the maintainers might not be checking this forum often. On Sun, Apr 7, 2019 at 11:33 AM Chirs Masselli wrote: > Yes that's the exact one I used. > > On Sunday, April 7, 2019 at 1:5

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

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
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 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 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