public class OmrProcessingResult extends Object
Represent a result of data extraction from an OMR sheet
| Constructor and Description |
|---|
OmrProcessingResult(StringDictionary[] pageData)
Initializes a new instance of the
OmrProcessingResult class. |
public OmrProcessingResult(StringDictionary[] pageData)
Initializes a new instance of the OmrProcessingResult class.
pageData - The page data.public StringDictionary[] getPageData()
Gets the page data collection of the processed document
Copyright © 2014. All rights reserved.