ProcessPageAsync Method of the BatchProcessor Object

This method allows you to repeat processing of a page with another parameters. The page can be pushed at the beginning or at the end of the processing queue. If the page is passed at the beginning of the queue, other processed pages will not be returned to the user until this page is processed.

Note: Do not push the same page repeatedly into the queue.

Syntax

C++

HRESULT ProcessPageAsync(
  IFRPage*               Page,
  IPageProcessingParams* Params,
  QueuePushingModeEnum   Mode
);
    

C#

void ProcessPageAsync(
  IFRPage               Page,
  PageProcessingParams Params,
  QueuePushingModeEnum Mode
);
    

Visual Basic .NET

Function ProcessPageAsync( _
  Page As IFRPage, _
  Params As PageProcessingParams, _
  Mode As QueuePushingModeEnum _
)
    

Parameters

Page
[in] Specifies the page that should be rerecognized. The variable refers to the FRPage object.
Params
[in] Refers to the PageProcessingParams object that stores parameters of analysis, recognition, and page synthesis.
Mode
[in] Specifies whether the page should be pushed at the beginning, or at the end of the queue. See the description of the QueuePushingModeEnum constants.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

BatchProcessor

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.