Tesseract 3 (OCR) - .NET Wrapper

后端 未结 4 657
栀梦
栀梦 2020-12-02 17:31

http://code.google.com/p/tesseractdotnet/

I am having a problem getting Tesseract to work in my Visual Studio 2010 projects. I have tried console and winforms and bo

4条回答
  •  时光说笑
    2020-12-02 18:15

    If somebody has the same problem and advice with trailing slash doesn't work, try... TWO ending slashes! Seriosly. It works for me.

    if (processor.Init(@".\tessdata\\", "eng", (int)eOcrEngineMode.OEM_DEFAULT))
    

提交回复
热议问题