> ## 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.

# FRDocument オブジェクトの Process メソッド

> ABBYY FineReader Engine API の FRDocument オブジェクトの Process メソッド — 1 回の呼び出しで、すべてのページに対して前処理、レイアウト解析、認識、ページ合成、およびDocument合成を実行します。

このメソッドは、Document内のすべてのページについて、前処理、レイアウト解析、認識、ページ合成、およびDocument合成を実行します。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT Process( IDocumentProcessingParams* DocumentProcessingParams );
```

### C\#

```csharp theme={null}
void Process( IDocumentProcessingParams DocumentProcessingParams );
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Sub Process([DocumentProcessingParams As IDocumentProcessingParams = Nothing])
```

<div id="parameters">
  ## パラメーター
</div>

DocumentProcessingParams

\[in] すべての処理パラメーターを格納する [DocumentProcessingParams](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/documentprocessingparams) オブジェクトへの参照です。このパラメーターには 0 を指定することもできます。この場合、ドキュメントは既定のパラメーターで処理されます (すべての処理パラメーターが既定値に設定されます) 。また、[プロファイル](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles) が読み込まれている場合は、そのプロファイルで設定されたパラメーターが使用されます。

<div id="return-values">
  ## 戻り値
</div>

ユーザーによって文書処理が中断された場合、このメソッドは E\_ABORT を返します。また、[ABBYY FineReader Engine 関数の標準戻りコード](/ja/fine-reader/engine/api-reference/return-codes)も返します。

<div id="remarks">
  ## 注記
</div>

* このメソッドは、[FRDocument](/ja/fine-reader/engine/api-reference/document-related-objects/frdocument) オブジェクトの IConnectionPointContainer インターフェイスに関連付けられたリスナーにイベントを通知することがあります。
* Linux および Windows: [IEngine::MultiProcessingParams](/ja/fine-reader/engine/api-reference/engine-object-iengine-interface/properties#multiprocessingparams) プロパティの値に応じて、ABBYY FineReader Engine は複数ページのドキュメント処理を CPU コアに分散できます。

<div id="see-also">
  ## 関連項目
</div>

[FRDocument](/ja/fine-reader/engine/api-reference/document-related-objects/frdocument)

[プロファイルの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)
