【发布时间】:2014-08-18 08:48:13
【问题描述】:
尝试识别文件夹中的一组图像(使用 Puma .NET OCR 库),成功识别第一张图像,但之后出现错误:
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred in Puma.Net.dll
Additional information: <0x00000000>: ?????? ???.
我有一个特殊的识别类,错误发生在这一行:
Puma.Net.PumaPage inputFile = new Puma.Net.PumaPage(imagePath);
我找到了this link 和this one,但它们似乎对我没有帮助。
谢谢
【问题讨论】: