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

2014-08-25 Thread Nick White
On Fri, Aug 22, 2014 at 12:42:21PM -0700, Thomas Bruno wrote: Is this common when training from text2image output? APPLY_BOXES: boxfile line 5364/748 ((1488,893),(1532,6)): FAILURE! Couldn't find a matching blob FAIL! Yes, there will be some of these. Check the proportion of failing to

[tesseract-ocr] 3.04

2014-08-25 Thread Shree
Hi Zdenko, I notice that https://code.google.com/p/tesseract-ocr/source/browse/configure.ac?spec=svn524ee27f019b1ab2ea6a536b1dc335b9ef78fad7r=524ee27f019b1ab2ea6a536b1dc335b9ef78fad7 shows tesseract version as 3.04 Please let us know the git command to clone the 3.04.0 version. You may

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

2014-08-25 Thread Deepak Kumar
I got this error when I tried to include threading in my project. I came here to get solution for the similar problem. I had used using namespace std; I commented using namespace std; and then also the problem was not resolved. While compiling, I had included the two flags -std=c++0x and