Hi Przemysław, On Sat, May 24, 2014 at 04:11:32AM -0700, Przemysław Woźniak wrote: > The problem which I encountered is that hOCR output that I produce using C++ > code isn't the same as what I get using tesseract.exe from Windows console. > I'm > speaking of course about the accuracy of words recognition.
The easy thing to do would be read how the tesseract binary does it; see api/tesseractmain.cpp. It doesn't do anything secret or odd, so just go through it and see where your code differs. Nick -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/20140524141419.GA23107%40manta.lan. For more options, visit https://groups.google.com/d/optout.

