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