glass - 2016-03-13

I'm trying to integrate the Tesseract DLL into another program I am developing. I want to be able to call OCR routines from within the program, then take the text results and do other things with them.

I'm having problems getting started. I was able to include the library (tessdll.lib) without error, but I can't figure out how to call the routines, or which ones to call.

The documents at http://tesseract-ocr.repairfaq.org/downloads/ tell how to hack the stand-alone program, but not how to integrate and access the DLL.

Does someone have an example like this that they have already made work?

FYI, I'm using Borland C++ Builder 6.
it was daryls problems i have the same problem