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

ソリューション

この問題を解決するには、プロジェクト設定に移動し、"Prefer 32-bit" オプションのチェックを外します。

理由

高度なスキャンを .NET Framework で使用するには、プロジェクトを x64アーキテクチャで実行する必要があります。 IronOcr.Extensions.AdvancedScanパッケージは、IntelのOpenVINOを利用して、Windows x86をサポートしないPaddleOCRモデルをコンパイルし、推論を行う。