That is for mingw-gcc compiler. Get svn. -Sven On Monday, July 23, 2012, Nada Feteha wrote:
> I'm trying tesseract 3.02 from this link > https://github.com/zdenop/tesseract-mingw > > but I have this error :- > > Error 11 error LNK2019: unresolved external symbol "public: > __thiscall tesseract::TessBaseAPI::TessBaseAPI(void)" > (??0TessBaseAPI@tesseract@@QAE@XZ) referenced in function _main > > Error 9 error LNK2019: unresolved external symbol "public: int > __thiscall tesseract::TessBaseAPI::Init(char const *,char const *,enum > tesseract::OcrEngineMode,char * *,int,class GenericVector<class STRING> > const *,class GenericVector<class STRING> const *,bool)" (?Init@TessBaseAPI > @tesseract@@QAEHPBD0W4OcrEngineMode@2@PAPADHPBV?$GenericVector@VSTRING > @@@@3_N@Z) referenced in function _main > > any help please ?!! > > so sorry to bother you... > > On Sunday, July 22, 2012 3:41:40 AM UTC-7, zdenop wrote: >> >> >> >> On Sat, Jul 21, 2012 at 11:04 PM, Nada Feteha >> <[email protected]<javascript:_e({}, 'cvml', '[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<http://tesseract-ocr.googlecode.com/svn/trunk/vs2008/doc/index.html> >> [2] https://groups.google.com/**d/msg/tesseract-dev/db5cl-** >> tNGzw/AMB4TxdSmaUJ<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]<javascript:_e({}, 'cvml', > '[email protected]');> > To unsubscribe from this group, send email to > [email protected] <javascript:_e({}, 'cvml', > 'tesseract-ocr%[email protected]');> > For more options, visit this group at > http://groups.google.com/group/tesseract-ocr?hl=en > -- ``All that is gold does not glitter, not all those who wander are lost; the old that is strong does not wither, deep roots are not reached by the frost. >From the ashes a fire shall be woken, a light from the shadows shall spring; renewed shall be blade that was broken, the crownless again shall be king.” -- 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

