[tesseract-ocr] Re: ChoiceIterator only returning 1 result

2017-06-21 Thread Gongrong
在 2016年12月30日星期五 UTC+8下午4:09:30,john.d...@gmail.com写道: > > Dear all, > > I'm somewhat of a novice Tesseract user. I have browsed the message boards > and performed several Google searches to no avail. > > I have trained tesseract for several custom English fonts. When testing, I > noticed that t

[tesseract-ocr] Native library (linux-x86-64/libtesseract.so) not found in resource path

2017-06-21 Thread AMIT KATIYAR
I have RHEL7.3 in which i have built tesseract and i am able to execute my jar . Now i have another system with same RHEL configuration and i want to execute the same jar But i don't want to build tesseract on this system so I pick /usr/lib64/libtesseract.so and /usr/lib64/liblept.so from pre

[tesseract-ocr] Native library (linux-x86-64/libtesseract.so) not found in resource path

2017-06-21 Thread AMIT KATIYAR
I have RHEL7.3 in which i have built tesseract and i am able to execute my jar . Now i have another system with same RHEL configuration and i want to execute the same jar But i don't want to build tesseract on this system so I pick /usr/lib64/libtesseract.so and /usr/lib64/liblept.so from pre

[tesseract-ocr] Not able to install tesserocr in my windows 10.

2017-06-21 Thread Amresh R
All i did was: *pip install tesserocr* The error is receive is : * tesserocr.cpp(460): fatal error C1083: Cannot open include file: 'leptonica/allheaders.h': No such file or directory* *error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exi

Re: [tesseract-ocr] Re: unicharset_extractor extracting zero values

2017-06-21 Thread shree
On Tuesday, June 20, 2017 at 9:09:53 PM UTC+5:30, shree wrote: > > I got the same error building 3.05.01 and have filed it as an issue - > https://github.com/tesseract-ocr/tesseract/issues/1000 > This has been fixed by @stweil via https://github.com/tesseract-ocr/tesseract/pull/1003 Please tr