尝试识别文件夹中的一组图像(使用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,但他们似乎对我的情况没有帮助。
谢谢
答案 0 :(得分:0)
我通过使用&#39;找到了答案。声明
using(Puma.Net.PumaPage inputFile = new Puma.Net.PumaPage(imagePath))
{
}