You can get it from ResultIterator e.g. you create result iterator ( tesseract::ResultIterator* ri = api->GetIterator()) and then in loop you retrieve information about e.g. line baseline with ri->Baseline(tesseract:: RIL_TEXTLINE, &x1, &y1, &x2, &y2);
There was full example in issue 384[1], but it looks like attachment is truncated to zero for closed (old?) issue. [1] https://code.google.com/p/tesseract-ocr/issues/detail?id=384 Zdenko On Sun, Mar 16, 2014 at 12:37 PM, Paul <[email protected]> wrote: > Nobody cares. > > -- > -- > 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/d/optout. > -- -- 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/d/optout.

