On Wed, Mar 19, 2014 at 05:19:52AM -0700, Paulo Batalhão wrote: > Hello, I need to develop solution for character recognition in Delphi. > > I would like to know. If have component or other method to integrate > Tesseract > to Delphi.
Presumably Delphi can link to C or C++ libraries? Tesseract provides a complete API for both, so you can just use that. Information about it is on the wiki, but it isn't Delphi specific. Nick -- -- 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.

