Click or drag to resize

OmrEngine Events

The OmrEngine type exposes the following members.

Events
  NameDescription
Public eventDocumentProgress
This event is fired at each stage of document processing. It is used for progress and allows the processing to be canceled. This event is only invoked when RecognizeDocument is called with an ImageSource and a OmrTemplateDocument.
Public eventImagePreprocessed
This event is fired when page and template preprocessing has been completed.
Public eventImagePreprocessing
This event is fired before page and template preprocessing begins.
Public eventMarksDetected
This event is fired when page-wide mark detection has been completed.
Public eventMarksDetecting
This event is fired when page-wide mark detection begins.
Public eventPageProgress
This event is fired at each stage of page processing. It is used for progress and allows the prcoessing to be canceled.
Public eventTemplateAligned
This event is fired when template to page alignment has been completed.
Public eventTemplateAligning
This event is fired before template to page alignment begins.
Top
See Also