- Report percentage of document analysis, recognition, and export.
- Report recognizer tips and warnings to the user.
- Report information about completion of the operation.
- In Windows: 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.
IFRPageEvents
IFRPageEvents Interface
IFRPageEvents interface in the ABBYY FineReader Engine API — Client-side callback interface for reporting events (OnPageProcessed, OnProgress, OnRegionProcessed, OnWarning) from an FRPage to listeners.
This is a callback interface that is used for reporting events from the FRPage object to the listeners. This interface is implemented on the client-side. See the detailed implementation advice for your development tool in Working with Connectable Objects. A brief description is below:
C++ users will need to implement the IFRPageEvents interface, obtain a connection point (Windows), and “advise” object implementing the interface to the FRPage object. As the interface is derived from the IUnknown interface, the client object should also implement the IUnknown methods.
Visual Basic users that want to receive notifications from the FRPage object should declare it WithEvents and implement the procedures similar to the following:
An object receiving notifications through this interface’s methods may do the following inside the methods’ implementation:
PagesRenumbered Method of the IFRPagesEvents Interface
Previous
OnPageProcessed Method of the IFRPageEvents Interface
Next
