Unable to call tesseract api in vc++ 2010 program

Asked By 0 points N/A Posted on -
qa-featured

hi,

i'm working on an OCR project. After a long search i ended up in using tesseract ocr library and it works great. But i'm not able to call the tesseract api from the win32 console application in vc++2010.

my code is 

system("tesseract image.tif text");

no error is given upon building. But no result is got as well.

Pls help me out with your valuable suggestions.

Thank you

SHARE
Answered By 0 points N/A #155957

Unable to call tesseract api in vc++ 2010 program

qa-featured

Hello Harish,

You will need to check if the library gas beentagged C# when actually the issue is a C++ redist. Make the necessary changes if that is the case and see if it will work.

Also, it seems you are using VS  for programming in C, and it is well known that VS has a really bad support for C.

Regards,

Nicke

 

Related Questions