This question is related to this: (I apologize I don't know how to post it as a follow-up qn): How can i use tesseract ocr(or any other free ocr) in small c++ project?
The latest response from user sventech says : This is out of date. All that is now required is libtesseract. The standard code includes support for VS2008 and 2010 is trivial with the instructions. – sventech Sep 19 at 14:42
I would like to find out if you are saying that one does not have to do those steps since there is a an easier way to just use the library without having to build it ? Since I am not very experienced on buidling the open source libraries I would like to surely avoid it if possible. What is the easiest way to integrate tesseract function calls into a C prorgram (VS2010) ? Thanks much, JV Iyer.