高级扫描在 .NET 框架

This article was translated from English: Does it need improvement?
Translated
View the article in English

在 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()

解决方案

要解决此问题,请导航到项目配置并取消选中“优先使用32位”选项。

Uncheck related to 解决方案

原因

使用高级扫描在 .NET Framework 上需要项目运行在 x64 架构上。 IronOcr.Extensions.AdvancedScan 包利用英特尔的 OpenVINO 来编译和推断 PaddleOCR 模型,这些模型不支持 Windows x86。