Tesseract 3 (OCR) - .NET Wrapper

后端 未结 4 658
栀梦
栀梦 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:07

    Seems your problem relates to stability issue mentioned here. On the official site there is a recommendation to use previous stable release 2.4.1. You can install it from nuget.org via the package manager command: Install-Package Tesseract -Version 2.4.1

提交回复
热议问题