Hello everyone,
I'm trying to compile the
Basic Example in Visual Studio 2013 for x64.
I do get the following error:
- error LNK2019: unresolved external symbol "public: void __cdecl tesseract::TessBaseAPI::SetImage(struct Pix const *)" (?SetImage@TessBaseAPI@tesseract@@QEAAXPEBUPix@@@Z) referenced in function main
If comment out the line "api->SetImage(image);" everything compiles properly.
So I guess the linking is fine.
What could be the problem?
Any help is appreciated. :-)