注意:服务器要安装media feature pack(服务器端安装桌面体验功能),否则会失败
-
vs中创建一个Web项目,项目的.net版本>=4.0
-
使用nuget添加EmguCV,右键项目
-
在web项目的bin目录下创建文件夹tessdata,打开github链接https://github.com/tesseract-ocr/tessdata,下载"eng.traineddata"文件到tessdata目录下。
-
将bin文件夹中x86文件夹内容复制到bin目录下
-
创建一个WebService用于测试Tesseract能否成功使用
[WebMethod]
public string OcrEngineDemo()
{
// ReSharper disable once TooWideLocalVariableScope
// ReSharper disable once RedundantAssignment
string info = "没有图片识别引擎";
using (Tesseract tesseract = new Tesseract(HttpContext.Current.Server.MapPa