| Modifier and Type | Method and Description |
|---|---|
StringDictionary |
OmrPage.extractData(OmrImage documentImage,
OmrConfig config)
Extracts data from a scanned OMR sheet.
|
StringDictionary[] |
OmrProcessingResult.getPageData()
Gets the page data collection of the processed document
|
StringDictionary |
BarcodeElement.saveProperties()
Converts values of the properties of an element from their string representation.
|
StringDictionary |
BasicElement.saveProperties()
Converts values of the properties of an element from their string representation.
|
StringDictionary |
ChoiceBoxElement.saveProperties()
Converts values of the properties of an element from their string representation.
|
StringDictionary |
OmrElement.saveProperties()
Converts values of the properties of an element from their string representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BarcodeElement.loadProperties(StringDictionary properties)
Initializes the properties of an element from their string representation.
|
void |
BasicElement.loadProperties(StringDictionary properties)
Initializes the properties of an element from their string representation.
|
void |
ChoiceBoxElement.loadProperties(StringDictionary properties)
Initializes the properties of an element from their string representation.
|
void |
OmrElement.loadProperties(StringDictionary properties)
Initializes the properties of an element from their string representation.
|
| Constructor and Description |
|---|
OmrProcessingResult(StringDictionary[] pageData)
Initializes a new instance of the
OmrProcessingResult class. |
Copyright © 2014. All rights reserved.