On Sat, Jul 21, 2012 at 11:04 PM, Nada Feteha <[email protected]> wrote:
> it is version tesseract 3.1 > > Well, there is no tesseract 3.1 (yet) ;-) I suggest you to use version 3.02 from svn - there is new solution (for VS2008[1], but IMO vs2010 should import it easily) that create library automatically. In developer forum there is a list of needed header files[1]... For simple usage of tesseract api (I do not expect you start with something complex until you are able to create and run simple case) you need to include just: #include <tesseract/baseapi.h> #include <leptonica/allheaders.h> [1] http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/index.html [2] https://groups.google.com/d/msg/tesseract-dev/db5cl-tNGzw/AMB4TxdSmaUJ -- Zdenko -- 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

