Process Method of the FRDocument Object
This method performs preprocessing, layout analysis, recognition, and page and document synthesis of all pages in the document.
Syntax
HRESULT Process( IDocumentProcessingParams* DocumentProcessingParams );
Parameters
- DocumentProcessingParams
- [in] Refers to the DocumentProcessingParams object that stores all processing parameters. This parameter may be 0. In this case, the document is processed with default parameters (all processing parameters are set to default values), or, if a profile has been loaded, the parameters set by this profile are used.
Return values
If the document processing is interrupted by the user, this method will return E_ABORT. It also returns the standard return codes of ABBYY FineReader Engine functions.
Remarks
- Depending on the value of the IEngine::MultiProcessingParams property, ABBYY FineReader Engine can distribute processing of multi-page documents to CPU cores.
- This method may report events to the listeners attached to the IConnectionPointContainer interface of the FRDocument object.
See also
03.07.2024 8:50:25