Hi I am facing a runtime error when I run my program with tesseract . I duplicated the tessnet2 dll given in the tesseract package and modify it to such that it will be used for c++. However, when I try to run it, I will encounter the following error: "filename":Error:Usage:"filename" imagename outputbase [-1 lang] [configfile [[+:-]varfile]...]
If my research is correct this error actually means that the image is not of tiff format. The problem is that even when i did not even create an instance of tesseract in my main(), the error is still present. Can someone please tell me how does tesseract runs itself even though I did not even instantiate it in main. Thank you
-- 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.

