.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()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 を使用して、Windows x86 をサポートしていない PaddleOCR モデルをコンパイルおよび推論します。






