Atalasoft.FormsProcessing.Omr Namespace |
| Class | Description | |
|---|---|---|
| OmrAlignmentException | Thrown when the OmrEngine is unable to correctly align a document to the specified template. | |
| OmrDocument | A class which represents the aggregated results of processing a document with the OmrEngine. | |
| OmrDocumentProgressEventArgs | This class is passed to the user when OmrEngine's DocumentProgress event is fired. | |
| OmrEngine | The primary class interface for doing Optical Mark Recognition. | |
| OmrException | The base class for all OmrEngine exceptions. | |
| OmrGroup | A class which represents the results of processing a group of marks with the OmrEngine. | |
| OmrImagePreprocessedEventArgs | This class is passed to the user when OmrEngine's ImagePreprocessed event is fired. | |
| OmrImagePreprocessingEventArgs | This class is passed to the user when OmrEngine's ImagePreprocessing event is fired. | |
| OmrMark | A class which represents the results of processing a single mark with the OmrEngine. | |
| OmrMarksDetectedEventArgs | This class is passed to the user when OmrEngine's MarksDetected event is fired. | |
| OmrMarksDetectingEventArgs | This class is passed to the user when OmrEngine's MarksDetecting event is fired. | |
| OmrPage | A class representing the results of OMR on a single page. | |
| OmrPageProgressEventArgs | This class is passed to the user when OmrEngine's PageProgress event is fired. | |
| OmrTemplateAlignedEventArgs | This class is passed to the user when OmrEngine's TemplateAligned event is fired. | |
| OmrTemplateAligningEventArgs | This class is passed to the user when OmrEngine's TemplateAligning event is fired. | |
| OmrTemplateDocument | A Savable/Loadable collection of OmrTemplatePage instances. | |
| OmrTemplateGroup | This class is used to describe related groups of marks. | |
| OmrTemplateMark | This class is used to describe locations on the page where marks will be expected. | |
| OmrTemplatePage | This class is used to describe the pages on which marks will be expected. |
| Interface | Description | |
|---|---|---|
| IOmrEngine | An interface representation of OmrEngine. This allows you to test your implementation
without an actual OmrEngine instance. |
| Enumeration | Description | |
|---|---|---|
| OmrDocumentStage | The current stage in OMR document-wide processing. | |
| OmrPageStage | The current stage in OMR page-wide processing. |