Hello everyone I have searched a lot in the forums and I haven't been able to find information about integration of the Tesseract OCR library with another c++ application. I already trained tesseract with my own upper case handwritten characters and tested it with the command line and it works AWESOME! and now I just want to integrate that library with my C+ + application. I'm using Visual C++ Express Edition 2010 and I already downloaded the tesseract sources from SVN and I built SUCCESSFULLY the vs2010 solution. So now what?? I mean, which .lib files do I have to integrate and how do I integrate those .lib files with my c++ application in VS 2010? I don't have a clue on how to do that. I just wanna use the tesseract::TessBaseAPI api instructions to get the text recognized directly without having to store it in a text file like the command line. I know this must be so easy and dumb but I'm still a beginner in integrating libraries to a C++ personal application. Sorry for my ignorance...
Best regards, Agustin Conde -- 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

