Hi all, I'm currently trying to get Tesseract working with Embarcadero RAD Studio 10 C++Builder. Using IMPLIB I was able to create an import library and use tesseract C-API functions. My problem is, that I need to get all recognized words and their coordinates. TessBaseAPIGetUTF8Text returns a string with the complete text, while TessBaseAPIGetWords returns an array of Pix. Unfortunately the Pix::text member is always empty and only the coordinates are set. Is there something I'm doing wrong or is there any other way to get all words and coordinates using only C-API?
thanks, Matthias -- 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/9c4db43d-78d1-4672-b221-9e5abf2320ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

