Enumeration to determine the type of the associated OmrField object.
Value | Member | Description |
---|---|---|
0 | None | Matrix of rows and columns of OMR marks. |
1 | BubbleWithLabel | Every single OMR mark contains a text label. |
This enumeration is used to report the automatically detected layout of the OmrField after the field's info is extracted using ITemplateForm.ExtractInfo.
If the OMR toolkit detects text zones within the OmrField's Bounds provided by the user, it recognizes the text in the ITemplateForm's image using the OCR toolkit. The OMR toolkit, associates every text line with its corresponding OMR mark and sets the layout to BubbleWithLabel. Otherwise, it sets the layout to None.
The text recognized with LEAD OCR engine are auto populated to the corresponding OmrBubble's Value property.