Hi,
I am test tesseract on windows and i tries to compile with tesseract 3.04 a demo sample find on the wiki :
https://github.com/tesseract-ocr/tesseract/wiki/APIExample#example-of-iterator-over-the-classifier-choices-for-a-single-symbolBut, when i generate on visual studio i have some error :
1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: __thiscall tesseract::ChoiceIterator::~ChoiceIterator(void)" (??1ChoiceIterator@tesseract@@QAE@XZ) référencé dans la fonction _main
1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: bool __thiscall tesseract::ChoiceIterator::Next(void)" (?Next@ChoiceIterator@tesseract@@QAE_NXZ) référencé dans la fonction _main
1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: float __thiscall tesseract::ChoiceIterator::Confidence(void)const " (?Confidence@ChoiceIterator@tesseract@@QBEMXZ) référencé dans la fonction _main
1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: char const * __thiscall tesseract::ChoiceIterator::GetUTF8Text(void)const " (?GetUTF8Text@ChoiceIterator@tesseract@@QBEPBDXZ) référencé dans la fonction _main
1>tesseractmain.obj : error LNK2019: symbole externe non résolu "public: __thiscall tesseract::ChoiceIterator::ChoiceIterator(class tesseract::LTRResultIterator const &)" (??0ChoiceIterator@tesseract@@QAE@ABVLTRResultIterator@1@@Z) référencé dans la fonction _main
I use tesseract 3.04.
Someone can help me ?
Clement