I don't see what the IDE has to do with anything. https://github.com/tesseract-ocr/tesseract/wiki/APIExample
On Wednesday, December 9, 2015 at 10:22:51 AM UTC-5, Matthias Schneider wrote: > > 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/dbeb6f35-1e79-4047-874c-e8bf8562d766%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

