I'm trying to use Tesseract api, but I get: undefined reference to `tesseract::TessBaseAPI::TessBaseAPI()' I'm using C++ from Eclipse, and I have included baseapi.h. The code that gets the error is just: tesseract::TessBaseAPI *tess = new tesseract::TessBaseAPI(); tesseract::TessBaseAPI tess2; Does anyone know why I get this problem?
//Angelica -- -- 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 --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

