Overview and description of Leadtools Forms Processing Omr classes, interfaces, and structures.
Class | Description | |
---|---|---|
BaseGrade | The base class for all grade objects. Any grade class should implement BaseGrade. | |
FieldId | Provides a unique identifier for each field in the Fields collection. | |
ObjectiveGrade | Specifies the answers and grades for OmrFields objects. | |
OmrAnalysisEngine | Specifies an analysis engine for OMR forms to compute their statistics and grades. | |
Engines | A class that holds the engines needed for the OmrEngine to process the fields, such as the OCR engine and the barcode engine. | |
OmrEngine | Provides a high level OMR forms functionality to create forms objects and process forms fields. | |
Page | Specifies the page properties and fields for all OMR IForm implementation. | |
Pages | A class representing a collection of Page objects. | |
RubricGrade | A class that helps in computing the Rubric grade of the associated OmrField. | |
TemplateGrades | Facilitates saving and loading grade objects associated with ITemplateForm. |
Structure | Description | |
---|---|---|
OmrGradesHistogram | A struct that holds a histogram data that represents the grades of all IRecognitionForm. | |
OmrGradesStatistics | A struct that contains all statistical data computed after grading the filled forms using the GradeForms method. | |
QuestionAnswers | A structure representing each question answer in the provided answer key, alongside a dictionary that contains the frequency of each answer in the graded filled forms. |
Interface | Description | |
---|---|---|
IForm | The base interface for all forms in the LEADTOOLS OMR toolkit. | |
IRecognitionForm | Represents a filled-in recognition form in the LEADTOOLS OMR toolkit. The interface provides methods to read and write recognition form attributes, and process the fields. | |
ITemplateForm | Represents a template form in the LEADTOOLS OMR toolkit. The interface provides methods for reading and writing template form recognition attributes, processing fields, and images. |