- Process any system messages to help prevent the application from appearing unresponsive during long operations. This can be helpful in applications with a user interface.
- Report percentage of document analysis, recognition, and export.
- Report recognizer tips and warnings to the user.
- Report information about completion of the operation.
IProcessingEvents
IProcessingEvents Interface
IProcessingEvents interface in the ABBYY FineReader Engine API — Client-side callback interface used by Engine.InjectTextLayer to report progress, warnings, and page-processed events during processing.
This is a callback interface that is used by the InjectTextLayer method of the Engine object to report events during processing. This interface is implemented on the client-side.
An object receiving notifications through this interface’s methods may do the following inside the methods’ implementation:
OnWaitIntervalExceeded Method of the IParallelProcessingCallback Interface
Previous
OnPageProcessed Method of the IProcessingEvents Interface
Next
