.NET Framework 上的進階掃描
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()
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()
SHELL
解決方案
要解決此問題,請前往專案設定,並取消勾選"優先使用 32 位元"選項。

理由
若要在 .NET Framework 上使用進階掃描功能,專案必須在 x64 架構上執行。 IronOcr.Extensions.AdvancedScan 套件利用 Intel 的 OpenVINO 來編譯並對 PaddleOCR 模型進行推論,而 PaddleOCR 模型並不支援 Windows x86 平台。
準備開始了嗎?
Nuget 下載 5,896,332 | 版本: 2026.5 just released

