Package | Description |
---|---|
com.aspose.omr | |
com.aspose.omr.elements |
Modifier and Type | Method and Description |
---|---|
OmrConfig |
OmrEngine.getConfiguration()
Gets global configuration for OMR extraction algorithm.
|
OmrConfig |
OmrPage.getConfiguration()
Gets page-level configuration for OMR extraction algorithm.
|
Modifier and Type | Method and Description |
---|---|
Map |
OmrPage.extractData(OmrImage documentImage,
OmrConfig config)
Extracts data from a scanned OMR sheet.
|
void |
OmrEngine.setConfiguration(OmrConfig value)
Sets global configuration for OMR extraction algorithm.
|
void |
OmrPage.setConfiguration(OmrConfig value)
Sets page-level configuration for OMR extraction algorithm.
|
Modifier and Type | Method and Description |
---|---|
OmrConfig |
OmrElement.getConfiguration()
Gets element-level configuration for OMR extraction algorithm.
|
Modifier and Type | Method and Description |
---|---|
String |
BarcodeElement.extractData(OmrImage image,
OmrConfig ignored)
Extracts data from a portion of scanned OMR sheet assigned to this element.
|
abstract String |
BasicElement.extractData(OmrImage image,
OmrConfig config)
Extracts data from a portion of scanned OMR sheet assigned to this element.
|
String |
ChoiceBoxElement.extractData(OmrImage image,
OmrConfig config)
Extracts data from a portion of scanned OMR sheet assigned to this element.
|
String |
GridElement.extractData(OmrImage image,
OmrConfig config)
Extracts data from a portion of scanned OMR sheet assigned to this element.
|
String |
TextOcrElement.extractData(OmrImage image,
OmrConfig ignored)
Extracts data from a portion of scanned OMR sheet assigned to this element.
|
void |
OmrElement.setConfiguration(OmrConfig value)
Sets element-level configuration for OMR extraction algorithm.
|
Copyright © 2017. All Rights Reserved.