Skip to main content
This method performs preprocessing, layout analysis, recognition, and page and document synthesis of all pages in the document.

Syntax

C++

HRESULT Process( IDocumentProcessingParams* DocumentProcessingParams );

C#

void Process( IDocumentProcessingParams DocumentProcessingParams );

Visual Basic .NET

Sub Process([DocumentProcessingParams As IDocumentProcessingParams = Nothing])

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

  • This method may report events to the listeners attached to the IConnectionPointContainer interface of the FRDocument object.
  • For Linux and Windows: Depending on the value of the IEngine::MultiProcessingParams property, ABBYY FineReader Engine can distribute processing of multi-page documents to CPU cores.

See also

FRDocument Working with Profiles