Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
このメソッドは、Document 内の指定されたページに対して、前処理、レイアウト解析、認識、ページ合成、および Document 合成を実行します。
HRESULT ProcessPages(
IIntsCollection* PageIndices,
IDocumentProcessingParams* DocumentProcessingParams
);
void ProcessPages(
IIntsCollection PageIndices,
IDocumentProcessingParams DocumentProcessingParams
);
Sub ProcessPages( _
PageIndices As IIntsCollection, _
[DocumentProcessingParams As IDocumentProcessingParams = Nothing]
)
PageIndices
[in] 認識対象ページのインデックスを含む IntsCollection オブジェクトを参照します。このパラメーターには 0 を指定できます。その場合、ドキュメント内のすべてのページが処理されます。
DocumentProcessingParams
[in] すべての処理パラメーターを格納する DocumentProcessingParams オブジェクトを参照します。このパラメーターには 0 を指定できます。その場合、ページは既定のパラメーターで処理されます (すべての処理パラメーターが既定値に設定されます) 。また、プロファイル が読み込まれている場合は、そのプロファイルで設定されたパラメーターが使用されます。
ドキュメント処理がユーザーによって中断された場合、このメソッドは E_ABORT を返します。また、ABBYY FineReader Engine 関数の標準戻りコードも返します。
- このメソッドは、FRDocument オブジェクトの IConnectionPointContainer インターフェイスにアタッチされたリスナーにイベントを報告することがあります。
- Linux および Windows の場合: IEngine::MultiProcessingParams プロパティの値に応じて、ABBYY FineReader Engine は複数ページのドキュメントの処理を CPU コアに分散して実行できます。
FRDocument
プロファイルの操作