Re: [tesseract-ocr] Makefile:372: recipe for target 'all' failed - using current version with leptonica 1.71 on cygwin

2014-08-22 Thread shree
Update: I tried to make changes as suggested in a comment on Paul's http://vorba.ch/2014/tesseract-cygwin.html page It went through that step but then got a different error "off_t' has a previous declaration as 'typedef _off64_t off_t'" I have files these as separate issues. https://code.goog

[tesseract-ocr] Re: compiling leptonica 1.71 under mingw on windows8

2014-08-22 Thread Shree Devi Kumar
Thanks to help from Dan Bloomberg (Leptonica) and Dave Bryan (Leptonica's minGW expert) I was able to compile Leptonica 1.71 under minGW/MSYS. I also compiled the required dependencies before buiding Leptonica. Here are the instructions that helped: *​> >> make[1]: Entering directory `/home/User/

Re: [tesseract-ocr] Losing accuracy when training tessearct on fonts it already is trained on

2014-08-22 Thread Thomas Bruno
The good news is that the training image generation program has > recently been added to the code repository[0] and works with regular > Linux distributions, as well as most[1] of the information needed to > recreate the training tif/box files[2]. If you can get that working, > you can just a

Re: [tesseract-ocr] Re: Not able to compile tesseract with opencv and qt

2014-08-22 Thread zdenko podobny
Did you get this error with "using namespace std;"? Zdenko On Fri, Aug 22, 2014 at 1:53 PM, Deepak Kumar wrote: > Tesseract header tesscallback.h file reports error due to redefinition of > remove_reference. This remove_reference is a template and defined in std. > > To overcome this problem,

[tesseract-ocr] Re: Not able to compile tesseract with opencv and qt

2014-08-22 Thread Deepak Kumar
Tesseract header tesscallback.h file reports error due to redefinition of remove_reference. This remove_reference is a template and defined in std. To overcome this problem, I have commented out definition lines in tesscallback.h file and replaced remove_reference string with std::remove_refer

Re: [tesseract-ocr] Makefile:372: recipe for target 'all' failed - using current version with leptonica 1.71 on cygwin

2014-08-22 Thread shree
Thanks for the explantion regarding ./, Nick. I get it, now. The actual error during compile that I got was: ambigs.cpp: In member function 'bool tesseract::UnicharAmbigs::ParseAmbiguityLine(int, int, int, const UNICHARSET&, char*, int*, UNICHAR_ID*, int*, char*, int*)': ambigs.cpp:273:63: erro