After consulting baseapi.h<https://code.google.com/p/tesseract-ocr/source/browse/trunk/api/baseapi.h> I found TONS of useful API functions such as GetWords(), GetTextLines() and AnalyseLayout(). Those functions should be more than enough. Cheers!
On Tuesday, 26 February 2013 02:28:38 UTC+2, Remon Georgy wrote: > > Hi there, > I've learned that in order to recognising characters effectively the text > in input image should text with x-height more than 10 pixels. > Unfortunately, I process images coming from different sources and I can't > tell in advance what text size it will contain. > So, I want to do a tesseract run just to get line heights or boundary > boxes of characters, and if text turned out to be small, the image is going > to be upscaled. > Is there a way to do so in Tesseract API? > > Thanks in advance. > > P.S I'm already aware of hocr output file. > -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

