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
HRESULT ProcessPageAsync( IFRPage* Page, IPageProcessingParams* Params, QueuePushingModeEnum Mode );
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
7/3/2024 8:50:25 AM