This method is implemented in FRE for Linux and Windows.
BatchProcessor
GetNextProcessedPage Method of the BatchProcessor Object
GetNextProcessedPage method of the BatchProcessor Object in the ABBYY FineReader Engine API — This method provides the background processing until the next recognized image is available.
This method provides the background processing until the next recognized image is available.
When calling GetNextProcessedPage method, Batch Processor calls the GetNextImageFile method of the IImageSource interface. The method returns the next image file from the source queue. For each page of the image file a new processing task is created, and this task is passed to one of the recognition processes. If all the tasks for one file have been passed for processing, but not all of the recognition processes are occupied, the GetNextImageFile method is called again. This is done until the first image page has been converted and passed to the user. Pages are returned to the user using the GetNextProcessedPage method in the order they have been taken from the image source.
Call the GetNextProcessedPage method in a loop until the method returns 0, which means that there are no more images in the source and all the processed images have been returned to the user.
BatchProcessor Object (IBatchProcessor Interface)
Previous
ProcessPageAsync Method of the BatchProcessor Object
Next
