对 .NET Framework 进行高级扫描
在 x32 项目中使用 IronOcr.Extensions.AdvancedScan 包将产生以下异常。
Unhandled Exception: System.NotImplementedException: The method or operation is not implemented.
at IronSoftware.Deployment.DeploymentEngine.Deploy[T](String custom_dir, Boolean download)
at Iron.Ocr.Extensions.ttotlb.get_kiobqg()
at Iron.Ocr.Extensions.ttotlh.jvwyxt()
解决方案
要解决这个问题,请导航到项目配置,取消选中 "Prefer 32-bit(首选 32 位)"选项。
原因
在 .NET Framework 上使用高级扫描要求项目在 x64 架构上运行。IronOcr.Extensions.AdvancedScan软件包利用英特尔的OpenVINO来编译和推断不支持Windows x86的PaddleOCR模型。