高級掃描在 .NET 框架上
This article was translated from English: Does it need improvement?
TranslatedView the article in English
使用 IronOcr.Extensions.AdvancedScan 套件在一個 x32 專案中將會拋出以下例外。
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位”選項。
原因
使用高級掃描功能在 .NET Framework 上運行需要項目在 x64 架構上運行。 IronOcr.Extensions.AdvancedScan 套件利用 Intel 的 OpenVINO 編譯並從 PaddleOCR 模型中進行推論,這些模型不支援 Windows x86。