Hi Frank, I am not sure if you have experience with version 2.04. It comes with support for dll. In addition, there are wrappers up there that provide examples how to use the dll.
In version 3.01. There are instructions on how to compile dll. Check forum of tesseract develop. However, since there are many significant changes in the internal structure used in 3.01 wrt to 2.04. One has to figure out what are the changes in structures, classes and function names. In my experience, the Cli/C++ wrapper written by Cong Nguyen is probably the first workable version that will show you which api functions to use in the right order. There are SWIG version for python, however, from what I have seen, it is accessing the api in a rather high level as the Main method in tesseractmain.cpp (retrieving external image file and return a text string). -- 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.

