- get(Object) - Method in class com.aspose.omr.StringDictionary
-
Returns the value to which the specified key is mapped,
or null if this map contains no mapping for the key.
- getBarCodeType() - Method in class com.aspose.omr.BarcodeElement
-
Gets the BarCode type to extract.
- getBuffer() - Method in class com.aspose.omr.OmrImage
-
Gets the pixel data of the OmrImage object.
- getCells() - Method in class com.aspose.omr.OmrElement
-
Gets a collection of cells in the element.
- getConfiguration() - Method in class com.aspose.omr.OmrElement
-
Gets element-level configuration for OMR extraction algorithm.
- getConfiguration() - Method in class com.aspose.omr.OmrEngine
-
Gets global configuration for OMR extraction algorithm.
- getConfiguration() - Method in class com.aspose.omr.OmrPage
-
Gets page-level configuration for OMR extraction algorithm.
- getDefault() - Static method in class com.aspose.omr.ProcessingPipeline
-
Gets a default pipeline of image preprocessing algorithms
- getElements() - Method in class com.aspose.omr.OmrPage
-
Gets the collection of OMR elements of the page.
- getFillThreshold() - Method in class com.aspose.omr.OmrConfig
-
Gets the threshold percentage of black pixels in the area to consider it filled.
- getHeight() - Method in class com.aspose.omr.Dimension2D.Float
-
Returns the height of this Dimension in double
precision.
- getHeight() - Method in class com.aspose.omr.OmrImage
-
Gets the height, in pixels, of this OmrImage.
- getHeight() - Method in class com.aspose.omr.OmrPage
-
Gets height of the page, in millimeters.
- getMultipleSelectionAllowed() - Method in class com.aspose.omr.ChoiceBoxElement
-
Gets a value indicating whether the choice box can have multiple items selected at once.
- getName() - Method in class com.aspose.omr.BasicElement
-
Gets the name of the element.
- getPageData() - Method in class com.aspose.omr.OmrProcessingResult
-
Gets the page data collection of the processed document
- getPages() - Method in class com.aspose.omr.OmrTemplate
-
Gets the collection of pages within the template
- getPosition() - Method in class com.aspose.omr.BasicElement
-
Gets position, in millimeters, relative to top left corner of an image
- getProcessingPipeline() - Method in class com.aspose.omr.OmrEngine
-
Gets an instance of ProcessingPipeline that contains image processing algorithms
used for pre-processing of a scanned image before data extraction.
- getResolution() - Method in class com.aspose.omr.OmrImage
-
Gets image DPI resolution
- getResource() - Static method in class com.aspose.omr.TextOcrElement
-
Gets path to the OCR resources file.
- getSections() - Method in class com.aspose.omr.GridElement
-
Gets a collection of sections of the grid.
- getSheetImage() - Method in class com.aspose.omr.OmrPage
-
Gets a sheet image associated with the page.
- getSize() - Method in class com.aspose.omr.BasicElement
-
Gets size of the element, in millimeters.
- getSpaceAfter() - Method in class com.aspose.omr.GridSection
-
Gets spacing that follows the cell, in millimeters.
- getSpaceAfter() - Method in interface com.aspose.omr.ISpacedArea
-
Gets spacing that follows the area.
- getSpaceAfter() - Method in class com.aspose.omr.OmrCell
-
Gets spacing that follows the cell, in millimeters.
- getSpaceBefore() - Method in class com.aspose.omr.GridSection
-
Gets spacing that precedes the cell, in millimeters.
- getSpaceBefore() - Method in interface com.aspose.omr.ISpacedArea
-
Gets spacing that precedes the area.
- getSpaceBefore() - Method in class com.aspose.omr.OmrCell
-
Gets spacing that precedes the cell, in millimeters.
- getTemplate() - Method in class com.aspose.omr.OmrEngine
-
Gets a data template that describes data structure of an OMR sheet.
- getTrimWhitePixels() - Method in class com.aspose.omr.OmrConfig
-
Gets a value indicating whether the area that contain an OMR mark
should be reduced to minimum size that contain all black pixels.
- getValue() - Method in class com.aspose.omr.OmrCell
-
Gets value associated with the cell.
- getWidth() - Method in class com.aspose.omr.Dimension2D.Float
-
Returns the width of this Dimension in double
precision.
- getWidth() - Method in class com.aspose.omr.OmrImage
-
Gets the width, in pixels, of this OmrImage.
- getWidth() - Method in class com.aspose.omr.OmrPage
-
Gets width of the page, in millimeters.
- GrayscaleAlgorithm - Class in com.aspose.omr
-
Represent a grayscale conversion algorithm
- GrayscaleAlgorithm() - Constructor for class com.aspose.omr.GrayscaleAlgorithm
-
- GridElement - Class in com.aspose.omr
-
Represents an OMR grid element
- GridElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.GridElement
-
Initializes a new instance of the GridElement class.
- GridSection - Class in com.aspose.omr
-
Section of a GridElement.
- GridSection() - Constructor for class com.aspose.omr.GridSection
-
Initializes a new instance of the GridSection class.
- OmrCell - Class in com.aspose.omr
-
Represents a cell in an OmrElement.
- OmrCell() - Constructor for class com.aspose.omr.OmrCell
-
Initializes a new instance of the OmrCell class.
- OmrCell(String) - Constructor for class com.aspose.omr.OmrCell
-
Initializes a new instance of the OmrCell class.
- OmrConfig - Class in com.aspose.omr
-
Configuration for OMR extraction algorithm.
- OmrConfig() - Constructor for class com.aspose.omr.OmrConfig
-
Initializes a new instance of the OmrConfig class with default settings.
- OmrElement - Class in com.aspose.omr
-
Represents an abstract OMR element on a sheet.
- OmrElement(String, Point2D.Float, Dimension2D.Float) - Constructor for class com.aspose.omr.OmrElement
-
Initializes a new instance of the OmrElement class.
- OmrElementsCollection - Class in com.aspose.omr
-
Represents a collection of OMR elements on a page.
- OmrElementsCollection() - Constructor for class com.aspose.omr.OmrElementsCollection
-
- OmrEngine - Class in com.aspose.omr
-
The main entry point for the users of the library.
- OmrEngine(OmrTemplate) - Constructor for class com.aspose.omr.OmrEngine
-
Initializes a new instance of the OmrEngine class.
- OmrEngine(OmrTemplate, ProcessingPipeline) - Constructor for class com.aspose.omr.OmrEngine
-
Initializes a new instance of the OmrEngine class.
- OmrImage - Class in com.aspose.omr
-
Represents an image in a way that is suitable for marks recognition.
- OmrImage(int, int, double, byte[]) - Constructor for class com.aspose.omr.OmrImage
-
Initializes a new instance of the OmrImage class.
- OmrPage - Class in com.aspose.omr
-
Represents a page of an OMR document
- OmrPage() - Constructor for class com.aspose.omr.OmrPage
-
Initializes a new instance of the OmrPage class.
- OmrPagesCollection - Class in com.aspose.omr
-
Represent a collection of pages in an OMR template
- OmrPagesCollection() - Constructor for class com.aspose.omr.OmrPagesCollection
-
- OmrProcessingResult - Class in com.aspose.omr
-
Represent a result of data extraction from an OMR sheet
- OmrProcessingResult(StringDictionary[]) - Constructor for class com.aspose.omr.OmrProcessingResult
-
Initializes a new instance of the OmrProcessingResult class.
- OmrTemplate - Class in com.aspose.omr
-
Represents an OMR document template
- OmrTemplate() - Constructor for class com.aspose.omr.OmrTemplate
-
Initializes a new instance of the OmrTemplate class.
- OtsuBinarizationAlgorithm - Class in com.aspose.omr
-
Otsu binarization algorithm.
- OtsuBinarizationAlgorithm() - Constructor for class com.aspose.omr.OtsuBinarizationAlgorithm
-
- save(String) - Method in class com.aspose.omr.OmrTemplate
-
Saves the template.
- save(OutputStream) - Method in class com.aspose.omr.OmrTemplate
-
Saves the template.
- saveProperties() - Method in class com.aspose.omr.BarcodeElement
-
Converts values of the properties of an element from their string representation.
- saveProperties() - Method in class com.aspose.omr.BasicElement
-
Converts values of the properties of an element from their string representation.
- saveProperties() - Method in class com.aspose.omr.ChoiceBoxElement
-
Converts values of the properties of an element from their string representation.
- saveProperties() - Method in class com.aspose.omr.OmrElement
-
Converts values of the properties of an element from their string representation.
- setBarCodeType(long) - Method in class com.aspose.omr.BarcodeElement
-
Sets the BarCode type to extract.
- setConfiguration(OmrConfig) - Method in class com.aspose.omr.OmrElement
-
Sets element-level configuration for OMR extraction algorithm.
- setConfiguration(OmrConfig) - Method in class com.aspose.omr.OmrEngine
-
Sets global configuration for OMR extraction algorithm.
- setConfiguration(OmrConfig) - Method in class com.aspose.omr.OmrPage
-
Sets page-level configuration for OMR extraction algorithm.
- setFillThreshold(double) - Method in class com.aspose.omr.OmrConfig
-
Sets the threshold percentage of black pixels in the area to consider it filled.
- setHeight(double) - Method in class com.aspose.omr.OmrPage
-
Sets height of the page, in millimeters.
- setLicense(String) - Method in class com.aspose.omr.License
-
Licenses the component.
- setLicense(InputStream) - Method in class com.aspose.omr.License
-
Licenses the component.
- setLicense(File) - Method in class com.aspose.omr.License
-
Licenses the component.
- setMultipleSelectionAllowed(boolean) - Method in class com.aspose.omr.ChoiceBoxElement
-
Sets a value indicating whether the choice box can have multiple items selected at once.
- setName(String) - Method in class com.aspose.omr.BasicElement
-
Sets the name of the element.
- setPosition(Point2D.Float) - Method in class com.aspose.omr.BasicElement
-
Sets position, in millimeters, relative to top left corner of an image
- setResource(String) - Static method in class com.aspose.omr.TextOcrElement
-
Sets path to the OCR resources file.
- setSectionsCount(int) - Method in class com.aspose.omr.GridElement
-
A shortcut method for setting the sections count in the grid.
- setSheetImage(OmrImage) - Method in class com.aspose.omr.OmrPage
-
Sets a sheet image associated with the page.
- setSize(Dimension2D.Float) - Method in class com.aspose.omr.BasicElement
-
Sets size of the element, in millimeters.
- setSize(double, double) - Method in class com.aspose.omr.Dimension2D.Float
-
Sets the size of this Dimension object to the
specified width and height.
- setSpaceAfter(float) - Method in class com.aspose.omr.GridSection
-
Sets spacing that follows the cell, in millimeters.
- setSpaceAfter(float) - Method in interface com.aspose.omr.ISpacedArea
-
Sets spacing that follows the area.
- setSpaceAfter(float) - Method in class com.aspose.omr.OmrCell
-
Sets spacing that follows the cell, in millimeters.
- setSpaceBefore(float) - Method in class com.aspose.omr.GridSection
-
Sets spacing that precedes the cell, in millimeters.
- setSpaceBefore(float) - Method in interface com.aspose.omr.ISpacedArea
-
Sets spacing that precedes the area.
- setSpaceBefore(float) - Method in class com.aspose.omr.OmrCell
-
Sets spacing that precedes the cell, in millimeters.
- setTemplate(OmrTemplate) - Method in class com.aspose.omr.OmrEngine
-
Sets a data template that describes data structure of an OMR sheet.
- setTrimWhitePixels(boolean) - Method in class com.aspose.omr.OmrConfig
-
Sets a value indicating whether the area that contain an OMR mark
should be reduced to minimum size that contain all black pixels.
- setValue(String) - Method in class com.aspose.omr.OmrCell
-
Sets value associated with the cell.
- setWidth(double) - Method in class com.aspose.omr.OmrPage
-
Sets width of the page, in millimeters.
- size() - Method in class com.aspose.omr.StringDictionary
-
Returns the number of keys in this dictionary.
- StringDictionary - Class in com.aspose.omr
-
A dictionary that maps string keys to string values.
- StringDictionary() - Constructor for class com.aspose.omr.StringDictionary
-