资源介绍
c# 调用动态库读取图片上文字
调用代码: DialogResult dr = openFileDialog1.ShowDialog(this);
textImage.Text = Marshal.PtrToStringAnsi(OCR(openFileDialog1.FileName, -1));
- 上一篇: QT+opencv+OCR 身份证号码,银行卡号识别
- 下一篇: C#百度OCR demo