I've managed to compile it now, but I get an linking error when I try to:
static int result = tess->InitWithLanguage(NULL,NULL,NULL,NULL,false,0,NULL );
This works fine though:
TessBaseAPI *tess = new TessBaseAPI();
The error is symbol not found...
Anybody who has managed to use tesseract in any way yet?
Lars.
|