If you really want to use the Tesseract C++ API from a java app then I suggest you to use http://code.google.com/p/javacpp/. I did it with it and works fine. You need to create a couple of extra code but the javacpp Readme gives a good overview how to do it.
On Mar 1, 2:13 pm, thera <[email protected]> wrote: > Hi > I'm trying to make use of Tesseract in a java project but I really > can't figure out the process of doing it. > Could someone please help me (Using a Mac 10.6) > > I got the idea that a library by the name libtesseract_api.a > > Taken from the ReadMe > "Another important change is that you should really be using > TessBaseAPI if you are linking with another program. In Linux (non- > Windows) the main library is now libtesseract_api.a instead of the old > libtesseract_full.a." > > Sorry this may seem very simple but cant seem to figure out. > Any help would be really great > Thanks -- 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

