Aspose.OMR.Api
The Aspose.OMR.Api contains main OMR methods for template generation and images recognition.
Classes
Class | Description |
---|---|
ImageCollection | Collection of Images that can be used for template Generation. e.g. !:Aspose.OMR.Api.OmrEngine.GenerateTemplate(MemoryStream, ImageCollection) Can be useful when your images are not in the file system. |
OmrEngine | The OMR engine. Handles the creation of the template and image processing classes and GUI components. |
Presets | Provides shorthand commands for rapid generation and recognition of OMR forms with predefined design. This API enables form creation without needing to learn Aspose.OMR markup languages and form recognition without a pattern file. For advanced control over form design and recognition, use OmrEngine |
TemplateProcessor | Class for processing templates and images. Each instance of this class works with a single OMR template. It is able to recognize images of the template specified in the constructor. |