A B C D E F G I J L M N O P R S T U W 

A

add(Filter) - Method in class com.aspose.ocr.CorrectionFilters
Add new Filter object.
add(IProcessingAlgorithm) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Adds an object to the end of the ProcessingPipeline.
add(BasicElement) - Method in class com.aspose.omr.OmrElementsCollection
Adds an object to the end of the OmrElementsCollection.
add(OmrPage) - Method in class com.aspose.omr.OmrPagesCollection
Adds an object to the end of the OmrPagesCollection.
addLanguage(ILanguage) - Method in class com.aspose.ocr.LanguageContainer
Adds a language to language container.
addLanguages(ILanguage[]) - Method in class com.aspose.ocr.LanguageContainer
Adds a range of languages to the language container
addNotifier(INotifier) - Method in class com.aspose.ocr.OcrEngine
Adds notifier.
addRecognitionBlock(IRecognitionBlock) - Method in class com.aspose.ocr.OCRConfig
Adds a rectangular block to user defined RecognitionBlocks
addWord(String) - Method in interface com.aspose.ocr.ILanguage
Adds the word to the dictionary.
AdjustRotationMode - Class in com.aspose.ocr
Define adjust rotation mode.
AdjustUpsideDownRotationMode - Class in com.aspose.ocr
Define adjust upsidedown orientation mode.
asBitmap() - Method in class com.aspose.omr.OmrImage
Copies pixel data into a BufferedImage.
ASSEMBLY_VERSION - Static variable in class com.aspose.ocr.BuildVersionInfo
Version of assembly.
Automatic - Static variable in class com.aspose.ocr.AdjustRotationMode
Automatic detection of rotation.
AverageThresholdAlgorithm - Class in com.aspose.omr.imageprocessing
Binarization algorithms that uses an average value threshold filter.
AverageThresholdAlgorithm() - Constructor for class com.aspose.omr.imageprocessing.AverageThresholdAlgorithm
 

B

BarcodeElement - Class in com.aspose.omr.elements
Represent a barcode block.
BarcodeElement(String, Point2D.Float, Dimension2D) - Constructor for class com.aspose.omr.elements.BarcodeElement
Initializes a new instance of the BarcodeElement class.
BasicElement - Class in com.aspose.omr.elements
The base class for elements of the OMR template.
BasicElement(String, Point2D.Float, Dimension2D) - Constructor for class com.aspose.omr.elements.BasicElement
Initializes a new instance of the BasicElement class.
blockNotifier() - Static method in class com.aspose.ocr.NotifierFactory
Creates the notifier that causes an event when detected text block is recognized.
BlurFilter - Class in com.aspose.ocr.filters
Represents mean filtration algorithm.
BlurFilter() - Constructor for class com.aspose.ocr.filters.BlurFilter
Initializes a new instance of the BlurFilter class.
BlurFilter(int) - Constructor for class com.aspose.ocr.filters.BlurFilter
Initializes a new instance of the BlurFilter class.
Bmp - Static variable in class com.aspose.ocr.ImageStreamFormat
Specifies that the image format is BMP.
BUFFER_PIXEL_FORMAT - Static variable in class com.aspose.omr.OmrImage
Pixel format of image data in the buffer
BuildVersionInfo - Class in com.aspose.ocr
Represents common information about build.
BYTES_PER_PIXEL - Static variable in class com.aspose.omr.OmrImage
Number of bytes per pixel

C

changeProcessingPipeline(ProcessingPipeline) - Method in class com.aspose.omr.OmrEngine
Replaces the image processing pipeline with a new one.
Character - Static variable in class com.aspose.ocr.TextPartLevel
Represents character
ChoiceBoxElement - Class in com.aspose.omr.elements
Represents an OMR choice element
ChoiceBoxElement(String, Point2D.Float, Dimension2D) - Constructor for class com.aspose.omr.elements.ChoiceBoxElement
Initializes a new instance of the ChoiceBoxElement class.
clear() - Method in class com.aspose.ocr.CorrectionFilters
Clear current Filters collection.
clear() - Method in class com.aspose.ocr.LanguageContainer
Removes all languages from language container
clearNotifies() - Method in class com.aspose.ocr.OcrEngine
Clear notifiers list.
clearRecognitionBlocks() - Method in class com.aspose.ocr.OCRConfig
Clear recognition blocks array.
com.aspose.ocr - package com.aspose.ocr
 
com.aspose.ocr.filters - package com.aspose.ocr.filters
 
com.aspose.ocr.metered - package com.aspose.ocr.metered
 
com.aspose.omr - package com.aspose.omr
 
com.aspose.omr.elements - package com.aspose.omr.elements
 
com.aspose.omr.imageprocessing - package com.aspose.omr.imageprocessing
 
contains(Filter) - Method in class com.aspose.ocr.CorrectionFilters
Checks if item is in collection.
contains(IProcessingAlgorithm) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Determines whether this ProcessingPipeline contains the specified IProcessingAlgorithm.
contains(BasicElement) - Method in class com.aspose.omr.OmrElementsCollection
Determines whether this OmrElementsCollection contains the specified element.
contains(OmrPage) - Method in class com.aspose.omr.OmrPagesCollection
Determines whether this OmrPagesCollection contains the specified OmrPage.
copy() - Method in class com.aspose.omr.OmrImage
Creates a deep copy of the OmrImage.
copyTo(Filter[], int) - Method in class com.aspose.ocr.CorrectionFilters
Copies collection to one-dimensional array.
copyTo(IProcessingAlgorithm[], int) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Copies the elements of the ProcessingPipeline to an array, starting at a particular array index.
copyTo(BasicElement[], int) - Method in class com.aspose.omr.OmrElementsCollection
Copies the elements of the OmrElementsCollection to an array, starting at a particular array index.
copyTo(OmrPage[], int) - Method in class com.aspose.omr.OmrPagesCollection
Copies the elements of the OmrPagesCollection to an array, starting at a particular array index.
correct(GrayBitmap) - Method in class com.aspose.ocr.filters.BlurFilter
Applies correction to image
correct(GrayBitmap) - Method in class com.aspose.ocr.filters.Filter
This corrects image.
correct(GrayBitmap) - Method in class com.aspose.ocr.filters.GaussBlurFilter
Applies correction to image
correct(GrayBitmap) - Method in class com.aspose.ocr.filters.MedianFilter
Applies correction to image
CorrectionFilters - Class in com.aspose.ocr
Represents filters for denoising of image before recognition.
CorrectionFilters() - Constructor for class com.aspose.ocr.CorrectionFilters
 
createPictureBlock(int, int, int, int) - Static method in class com.aspose.ocr.RecognitionBlock
Creates a picture block for rectangular area.
createTextBlock(int, int, int, int) - Static method in class com.aspose.ocr.RecognitionBlock
Creates a block for text recognition in rectangular area.

D

Disabled - Static variable in class com.aspose.ocr.AdjustRotationMode
Without rotation.
dispose() - Method in interface com.aspose.ocr.IImageStream
 
dispose() - Method in class com.aspose.ocr.LanguageContainer
Disposes the container
dispose() - Method in class com.aspose.ocr.OcrEngine
Disposes the engine

E

Elapsed - Variable in class com.aspose.ocr.INotifier
 
ElapsedDelegate - Variable in class com.aspose.ocr.INotifier
Occurs when the event has raised.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.elements.BarcodeElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.elements.BasicElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.elements.ChoiceBoxElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.elements.GridElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.elements.TextOcrElement
Extracts data from a portion of scanned OMR sheet assigned to this element.
extractData(OmrImage[]) - Method in class com.aspose.omr.OmrEngine
Extracts data from a scanned OMR sheets.
extractData(OmrImage, OmrConfig) - Method in class com.aspose.omr.OmrPage
Extracts data from a scanned OMR sheet.

F

FILE_VERSION - Static variable in class com.aspose.ocr.BuildVersionInfo
Version of file.
Filter - Class in com.aspose.ocr.filters
This class represents an abstract image correction algoritm.
Filter() - Constructor for class com.aspose.ocr.filters.Filter
 
Flip - Static variable in class com.aspose.ocr.AdjustUpsideDownRotationMode
Rotate picture to 180 degrees.
fromFile(String) - Static method in class com.aspose.ocr.ImageStream
Creates instance of “IImageStream” from the specified file.
fromStream(InputStream, int) - Static method in class com.aspose.ocr.ImageStream
Creates instance of “IImageStream” object from Stream, parameter "format" sets a data type.
fromUrl(String) - Static method in class com.aspose.ocr.ImageStream
Creates instance of “IImageStream” from the specified URL.

G

GaussBlurFilter - Class in com.aspose.ocr.filters
Represents Gauss blur filtration.
GaussBlurFilter() - Constructor for class com.aspose.ocr.filters.GaussBlurFilter
Initializes a new instance of the GaussBlurFilterOld class.
GaussBlurFilter(int, float) - Constructor for class com.aspose.ocr.filters.GaussBlurFilter
Initializes a new instance of the GaussBlurFilterOld class.
getAdjustRotation() - Method in class com.aspose.ocr.OCRConfig
Gets a value of adjust rotation mode AdjustRotationMode.
getAdjustRotationAngle() - Method in class com.aspose.ocr.OCRConfig
Gets a value of clockwise rotation angle, in degrees.
getAdjustUpsideDownRotation() - Method in class com.aspose.ocr.OCRConfig
Gets a value of upsidedown rotation mode AdjustUpsideDownRotationMode.
getAlphabet() - Method in interface com.aspose.ocr.ILanguage
Gets the alphabet of the language.
getBackgroundColor() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Gets the color of background this part.
getBarCodeType() - Method in class com.aspose.omr.elements.BarcodeElement
Gets type of bar code to read
getBinarizedImage() - Method in class com.aspose.ocr.PreprocessedImages
Source image after binarization or background correction
getBlockId() - Method in interface com.aspose.ocr.IRecognitionBlock
Sets when the block is created.
getBox() - Method in interface com.aspose.ocr.IRecognizedPartInfo
Gets the rectangular area where the detected block (with text or picture) is shown on the image.
getBuffer() - Method in class com.aspose.omr.OmrImage
Gets the pixel data of the OmrImage object.
getCells() - Method in class com.aspose.omr.elements.OmrElement
Gets a collection of cells in the element.
getCharactersBox() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Gets an array of rectangles.
getCharactersQuality() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Gets an array of values specified for some recognition of this character.
getCharsByClass() - Method in interface com.aspose.ocr.ILanguage
Returns all chars ordered by theirs classes: ba dg sa ss
getChildren() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Array of lower level text part (e.g.
getClassName(char) - Method in interface com.aspose.ocr.ILanguage
Returns name of the class input character refers to.
getConfig() - Method in class com.aspose.ocr.OcrEngine
Gets configuration.
getConfiguration() - Method in class com.aspose.omr.elements.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.
getConsumptionQuantity() - Static method in class com.aspose.ocr.metered.Metered
Gets consumption quantity
getCorrectionFilters() - Method in class com.aspose.ocr.OCRConfig
Gets filters for correction before recognition
getCount() - Method in class com.aspose.ocr.CorrectionFilters
Returns count of the filters.
getData() - Method in interface com.aspose.ocr.IImageStream
Gets image data.
getDataCollections() - Method in class com.aspose.omr.elements.BasicElement
Gets data collections registered for this element.
getDefault() - Static method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Gets a default pipeline of image preprocessing algorithms
getDeleteTableLines() - Method in class com.aspose.ocr.OCRConfig
Gets a value that indicates whether need to find and delete table lines in document Don't use this property unnecessarily, because it may remove some meaningful information from the image and will increase total processing time
getDetectReadingOrder() - Method in class com.aspose.ocr.OCRConfig
Gets a value that indicates whether special reading order detection operation must be applied to textblocks Default value is TRUE If OCR process works too much time or is not responding, try to set this property to FALSE
getDetectTextRegions() - Method in class com.aspose.ocr.OCRConfig
Gets a value indicating whether automatical detection of the regions with text must be used.
getDoSpellingCorrection() - Method in class com.aspose.ocr.OCRConfig
Gets a value indicating whether automatic spelling correction should be applied.
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.
getFilteredImage() - Method in class com.aspose.ocr.PreprocessedImages
Source image after applying specified CorrectionFilters
getFilters() - Method in class com.aspose.ocr.CorrectionFilters
Gets all filters
getFormat() - Method in interface com.aspose.ocr.IImageStream
Gets the format of data in which the image is stored in the field IImageStream.getData Data.
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 or sets height of the page, in millimeters.
getItalic() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Gets a value that indicates whether this part is italic.
getItem(int) - Method in class com.aspose.ocr.CorrectionFilters
Gets Filter object by index.
getItem(int) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Gets the element at the specified index.
getItem(int) - Method in class com.aspose.omr.OmrElementsCollection
Gets the element at the specified index.
getItem(int) - Method in class com.aspose.omr.OmrPagesCollection
Gets the element at the specified index.
getLanguage() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Gets the language of this part.
getLanguageContainer() - Method in class com.aspose.ocr.OcrEngine
Gets container with recognition languages.
getLanguages() - Method in class com.aspose.ocr.LanguageContainer
Array of all the languages loaded into the language container
getLevel() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Shows hierarchical level of text part IRecognizedPartInfo recognizedPartInfo = ocr.getText().getPartsInfo()[0]; IRecognizedTextPartInfo firstLine = ((IRecognizedTextPartInfo)recognizedPartInfo).getChildren()[0]; System.out.println(firstLine.getLevel()); // will be TextPartLevel.Line
getMultipleSelectionAllowed() - Method in class com.aspose.omr.elements.ChoiceBoxElement
Gets a value indicating whether the choice box can have multiple items selected at once.
getName() - Method in interface com.aspose.ocr.ILanguage
Gets the name of the language.
getName() - Method in class com.aspose.omr.elements.BasicElement
Gets the name of the element.
getNonTextRemovedImage() - Method in class com.aspose.ocr.PreprocessedImages
Source image after detecting and removing pictures and other nontext fragments
getPageData() - Method in class com.aspose.omr.OmrProcessingResult
Gets the page data collection of the processed document
getPages() - Method in class com.aspose.ocr.OcrEngine
Gets recognized text divided to pages.
getPages() - Method in class com.aspose.omr.OmrTemplate
Gets the collection of pages within the template
getPageText() - Method in class com.aspose.ocr.Page
Gets recognized text for current page.
getPartsInfo() - Method in interface com.aspose.ocr.IRecognizedText
Gets an array of recognized text by parts.
getPosition() - Method in class com.aspose.omr.elements.BasicElement
Gets position, in millimeters, relative to top left corner of an image
getPreprocessedImages() - Method in class com.aspose.ocr.OcrEngine
Containes several modifications of source image, that were obtained during different preprocessing steps
getPrintedStack() - Method in exception com.aspose.omr.OmrException
 
getProbabilityRow() - Method in class com.aspose.ocr.OCRConfig
Gets row with probable symbols to return probable symbols from.
getProcessAllPages() - Method in class com.aspose.ocr.OcrEngine
Gets a value indicating whether all frames in image must be processed.
getProcessColoredBackground() - Method in class com.aspose.ocr.OCRConfig
Turn on this option if input image have complex colored background and standart process works bad
getProcessingPipeline() - Method in class com.aspose.omr.OmrEngine
Gets an instance of ProcessingPipeline that contains image processing algorithms used for preprocessing of a scanned image before data extraction.
getQuantizationPalleteSize() - Method in class com.aspose.ocr.OCRConfig
It is advanced option, which control number of colors to image pallete while quantization; this option make sence olny if ProcessColoredBackground is true; defalt value is 5
getRecognitionBlocks() - Method in class com.aspose.ocr.OCRConfig
User defined blocks that determines page layout
getRecognitionData() - Method in interface com.aspose.ocr.IRecognitionBlock
Gets the recognition data.
getRectangle() - Method in interface com.aspose.ocr.IRecognitionBlock
Returns the rectangle that defines recognition block inside specified image
getRemoveNonText() - Method in class com.aspose.ocr.OCRConfig
Get this parameter to TRUE if image contains non-text components (e.g.
getResolution() - Method in class com.aspose.omr.OmrImage
Gets image DPI resolution
getResource() - Static method in class com.aspose.omr.elements.TextOcrElement
Gets path to the OCR resources file.
getRotatedImage() - Method in class com.aspose.ocr.PreprocessedImages
Source image after skew correction
getSavePreprocessedImages() - Method in class com.aspose.ocr.OCRConfig
Gets a value indicating whether saving of preprocessed images is enabled.
getSections() - Method in class com.aspose.omr.elements.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.
getSigm() - Method in class com.aspose.ocr.filters.GaussBlurFilter
Gets sigm parameter.
getSize() - Method in class com.aspose.ocr.filters.BlurFilter
Gets or sets Size of a filter.
getSize() - Method in class com.aspose.ocr.filters.GaussBlurFilter
Gets Size of a filter.
getSize() - Method in class com.aspose.ocr.filters.MedianFilter
Gets Size of a filter.
getSize() - Method in class com.aspose.omr.elements.BasicElement
Gets size of the element, in millimeters.
getSkewCorrectionEnabled() - Method in class com.aspose.omr.OmrEngine
Gets a value indicating whether Skew Correction algorithm is enabled
getSkewDegree(OmrImage, Rectangle) - Method in class com.aspose.omr.imageprocessing.SkewCorrectionAlgorithm
Calculates skew degree of an image
getSkewDegree(OmrImage) - Method in class com.aspose.omr.OmrEngine
Calculates skew degree of an image without making any changes to it
getSpaceAfter() - Method in class com.aspose.omr.elements.GridSection
Gets spacing that follows the cell, in millimeters.
getSpaceAfter() - Method in interface com.aspose.omr.elements.ISpacedArea
Gets spacing that precedes the area, in millimeters.
getSpaceAfter() - Method in class com.aspose.omr.elements.OmrCell
Gets spacing that follows the cell, in millimeters.
getSpaceBefore() - Method in class com.aspose.omr.elements.GridSection
Gets spacing that precedes the cell, in millimeters.
getSpaceBefore() - Method in interface com.aspose.omr.elements.ISpacedArea
Gets spacing that follows the area, in millimeters.
getSpaceBefore() - Method in class com.aspose.omr.elements.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.
getText() - Method in class com.aspose.ocr.INotifier
Gets the recognized text.
getText() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Gets the text of this part.
getText() - Method in class com.aspose.ocr.OcrEngine
Gets recognized text.
getTextBlocksImage() - Method in class com.aspose.ocr.PreprocessedImages
This image displays detected text blocks with red rectangles
getTextColor() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Gets a color of text this part.
getToRecognize() - Method in interface com.aspose.ocr.IRecognitionBlock
Shows if block needs to be processed by OCR Engine
getTrimWhitePixels() - Method in class com.aspose.omr.OmrConfig
Gets value indicating should be the area containing an OMR mark reduced or not to size that contain all black pixels.
getValue() - Method in class com.aspose.omr.elements.OmrCell
Gets value associated with the cell.
getWhitelist() - Method in interface com.aspose.ocr.IRecognitionBlock
Gets a white list of characters for the recognition block.
getWhitelist() - Method in class com.aspose.ocr.OCRConfig
Gets or sets a white list of characters.
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.
Gif - Static variable in class com.aspose.ocr.ImageStreamFormat
Specifies that the image format is GIF.
GrayscaleAlgorithm - Class in com.aspose.omr.imageprocessing
Represent a grayscale conversion algorithm
GrayscaleAlgorithm() - Constructor for class com.aspose.omr.imageprocessing.GrayscaleAlgorithm
 
GridElement - Class in com.aspose.omr.elements
Represents an OMR grid element
GridElement(String, Point2D.Float, Dimension2D) - Constructor for class com.aspose.omr.elements.GridElement
Initializes a new instance of the GridElement class.
GridSection - Class in com.aspose.omr.elements
Section of a GridElement.
GridSection() - Constructor for class com.aspose.omr.elements.GridSection
Initializes a new instance of the GridSection class.

I

IImageStream - Interface in com.aspose.ocr
This interface is for working with images.
ILanguage - Interface in com.aspose.ocr
This interface represents recognition language.
ImageStream - Class in com.aspose.ocr
This factory creates objects of “IImageStream” type.
ImageStreamFormat - Class in com.aspose.ocr
Enumerable of data formats of images.
indexOf(Filter) - Method in class com.aspose.ocr.CorrectionFilters
Find the index of an Filter item.
indexOf(IProcessingAlgorithm) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Searches for the specified IProcessingAlgorithm and returns the zero-based index of the first occurrence within the entire ProcessingPipeline.
indexOf(BasicElement) - Method in class com.aspose.omr.OmrElementsCollection
Searches for the specified element and returns the zero-based index of the first occurrence within the entire OmrElementsCollection.
indexOf(OmrPage) - Method in class com.aspose.omr.OmrPagesCollection
Searches for the specified OmrPage and returns the zero-based index of the first occurrence within the entire OmrPagesCollection.
INotifier - Class in com.aspose.ocr
This abstract class represents a notifier.
INotifier() - Constructor for class com.aspose.ocr.INotifier
 
insert(int, Filter) - Method in class com.aspose.ocr.CorrectionFilters
Insert an Filter item to the collection at the specified index.
insert(int, IProcessingAlgorithm) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Inserts the elements of a collection into the ProcessingPipeline at the specified index.
insert(int, BasicElement) - Method in class com.aspose.omr.OmrElementsCollection
Inserts the elements of a collection into the OmrElementsCollection at the specified index.
insert(int, OmrPage) - Method in class com.aspose.omr.OmrPagesCollection
Inserts the elements of a collection into the OmrPagesCollection at the specified index.
invoke(Object, IRecognizedText) - Method in class com.aspose.ocr.NotifierHandler
Delegate for Elapsed event.
IProcessingAlgorithm - Interface in com.aspose.omr.imageprocessing
Represents a mechanism for image preprocessing, so that the image can be used for data extraction
IRecognitionBlock - Interface in com.aspose.ocr
This interface represents a block.
IRecognizedPartInfo - Interface in com.aspose.ocr
Interface that presents information about part of the recognized text.
IRecognizedText - Interface in com.aspose.ocr
This interface is for work with recognized text.
IRecognizedTextPartInfo - Interface in com.aspose.ocr
This interface presents information about each part of the recognized text.
isAutoDetectResolution() - Method in class com.aspose.omr.OmrImage
Gets a value indicating whether the engine should attempt to detect actual resolution of the image basing on dimensions of the template.
isHorizontal() - Method in class com.aspose.omr.elements.OmrElement
Gets a value indicating whether values of this element are located horizontally.
ISpacedArea - Interface in com.aspose.omr.elements
An area that requires spacing before and after itself.
isReadOnly() - Method in class com.aspose.ocr.CorrectionFilters
Returns true if collection is read-only.
isTrimmed() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
Indicates whether recognition result was trimmed due to evaluation restrictions

J

Jpg - Static variable in class com.aspose.ocr.ImageStreamFormat
Specifies that the image format is JPG.

L

LanguageContainer - Class in com.aspose.ocr
A container for recognition languages.
LanguageFactory - Class in com.aspose.ocr
A factory for creating objects of type ILanguage.
License - Class in com.aspose.ocr
Provides methods to license the component.
License() - Constructor for class com.aspose.ocr.License
Initializes a new instance of this class.
Line - Static variable in class com.aspose.ocr.TextPartLevel
Represents text line
lineNotifier() - Static method in class com.aspose.ocr.NotifierFactory
Creates the notifier that causes an event when a text line is recognized.
load(InputStream) - Static method in class com.aspose.ocr.LanguageFactory
Creates instance of ILanguage from a stream.
load(String) - Static method in class com.aspose.ocr.LanguageFactory
Creates instance of ILanguage using specified resources file.
load(InputStream) - Static method in class com.aspose.omr.OmrImage
Loads an image from a stream.
load(String) - Static method in class com.aspose.omr.OmrImage
Loads an image from the specified file name.
load(String) - Static method in class com.aspose.omr.OmrTemplate
Loads the template.
load(InputStream) - Static method in class com.aspose.omr.OmrTemplate
Loads the template.
loadFromUrl(String) - Static method in class com.aspose.omr.OmrImage
Loads an image from URL.
loadFromUrl(String) - Static method in class com.aspose.omr.OmrTemplate
Loads the template from URL.
loadProperties(StringDictionary) - Method in class com.aspose.omr.elements.BarcodeElement
Initializes the properties of an element from their string representation.
loadProperties(StringDictionary) - Method in class com.aspose.omr.elements.BasicElement
Initializes the properties of an element from their string representation.
loadProperties(StringDictionary) - Method in class com.aspose.omr.elements.ChoiceBoxElement
Initializes the properties of an element from their string representation.
loadProperties(StringDictionary) - Method in class com.aspose.omr.elements.OmrElement
Initializes the properties of an element from their string representation.

M

MedianFilter - Class in com.aspose.ocr.filters
Represents median filtration.
MedianFilter() - Constructor for class com.aspose.ocr.filters.MedianFilter
Initializes a new instance of the MedianFilter class.
MedianFilter(int) - Constructor for class com.aspose.ocr.filters.MedianFilter
Initializes a new instance of the MedianFilterOld class.
Metered - Class in com.aspose.ocr.metered
Provides methods to set metered key.
Metered() - Constructor for class com.aspose.ocr.metered.Metered
Initializes a new instance of this class.

N

None - Static variable in class com.aspose.ocr.AdjustUpsideDownRotationMode
Without rotation.
NotifierFactory - Class in com.aspose.ocr
This is factory for creating objects of type "INotifier".
NotifierHandler - Class in com.aspose.ocr
 
NotifierHandler() - Constructor for class com.aspose.ocr.NotifierHandler
 

O

OCRConfig - Class in com.aspose.ocr
Configuration for OCR system.
OCRConfig() - Constructor for class com.aspose.ocr.OCRConfig
Creates example of OCRConfig with default parameteres values
OcrEngine - Class in com.aspose.ocr
Main Aspose.OCR class.
OcrEngine() - Constructor for class com.aspose.ocr.OcrEngine
Initializes a new instance of the OcrEngine class.
OcrException - Exception in com.aspose.ocr
This exception indicates an exception while working with OCR module.
OcrException(String, Exception) - Constructor for exception com.aspose.ocr.OcrException
Create this exception with the given message and underlying cause.
OcrException(String) - Constructor for exception com.aspose.ocr.OcrException
Create this exception with the given message.
OmrCell - Class in com.aspose.omr.elements
Represents a cell in an OmrElement.
OmrCell() - Constructor for class com.aspose.omr.elements.OmrCell
Initializes a new instance of the OmrCell class.
OmrCell(String) - Constructor for class com.aspose.omr.elements.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.elements
Represents an abstract OMR element on a sheet.
OmrElement(String, Point2D.Float, Dimension2D) - Constructor for class com.aspose.omr.elements.OmrElement
Initializes a new instance of the OmrElement class.
OmrElementsCollection - Class in com.aspose.omr
Represents a collection of elements on a page.
OmrElementsCollection() - Constructor for class com.aspose.omr.OmrElementsCollection
Initializes a new instance of the OmrElementsCollection class.
OmrElementsCollection(Iterable<BasicElement>) - Constructor for class com.aspose.omr.OmrElementsCollection
Initializes a new instance of the OmrElementsCollection class.
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.
OmrException - Exception in com.aspose.omr
 
OmrException(Throwable) - Constructor for exception com.aspose.omr.OmrException
 
OmrException(String, Throwable) - Constructor for exception com.aspose.omr.OmrException
Create this exception with the given message and underlying cause.
OmrException(String) - Constructor for exception com.aspose.omr.OmrException
Create this exception with the given message.
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
Initializes a new instance of the OmrPagesCollection class.
OmrPagesCollection(Collection<OmrPage>) - Constructor for class com.aspose.omr.OmrPagesCollection
Initializes a new instance of the OmrPagesCollection class.
OmrProcessingResult - Class in com.aspose.omr
Represent a result of data extraction from an OMR sheet
OmrProcessingResult(Hashtable[]) - Constructor for class com.aspose.omr.OmrProcessingResult
Initializes a new instance of the OmrProcessingResult class.
OmrTemplate - Class in com.aspose.omr
 
OmrTemplate() - Constructor for class com.aspose.omr.OmrTemplate
Initializes a new instance of the OmrTemplate class.
onValidate(Object) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Performs additional custom processes when validating a value.
onValidate(Object) - Method in class com.aspose.omr.OmrElementsCollection
Performs additional custom processes when validating a value.
onValidate(Object) - Method in class com.aspose.omr.OmrPagesCollection
Performs additional custom processes when validating a value.
OtsuBinarizationAlgorithm - Class in com.aspose.omr.imageprocessing
Otsu binarization algorithm.
OtsuBinarizationAlgorithm() - Constructor for class com.aspose.omr.imageprocessing.OtsuBinarizationAlgorithm
 

P

Page - Class in com.aspose.ocr
Perpesents separate page with recognition results.
pageNotifier() - Static method in class com.aspose.ocr.NotifierFactory
Creates the notifier that causes an event when a page of a multipage document is recognized.
Png - Static variable in class com.aspose.ocr.ImageStreamFormat
Specifies that the image format is PNG.
PreprocessedImages - Class in com.aspose.ocr
Containes several modifications of source image, that were obtained during different preprocessing steps
PreprocessedImages() - Constructor for class com.aspose.ocr.PreprocessedImages
Default constructor
printStackTrace() - Method in exception com.aspose.omr.OmrException
Prints this throwable and its backtrace to the standard error stream.
process() - Method in class com.aspose.ocr.OcrEngine
Runs the recognition process.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.imageprocessing.AverageThresholdAlgorithm
Processes a grayscale OmrImage with average value threshold algorithm.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.imageprocessing.GrayscaleAlgorithm
Processes an OmrImage with an image manipulation algorithm.
process(OmrImage, Rectangle) - Method in interface com.aspose.omr.imageprocessing.IProcessingAlgorithm
Processes an with an image manipulation algorithm.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.imageprocessing.OtsuBinarizationAlgorithm
Processes a grayscale OmrImage with Otsu binarization algorithm.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Processes an image with a chain of image preprocessing algorithms.
process(OmrImage, Rectangle) - Method in class com.aspose.omr.imageprocessing.SkewCorrectionAlgorithm
Processes an OmrImage with skew correction algorithm
ProcessingPipeline - Class in com.aspose.omr.imageprocessing
Represents an ordered chain of image processing algorithms.
ProcessingPipeline() - Constructor for class com.aspose.omr.imageprocessing.ProcessingPipeline
Initializes a new instance of the ProcessingPipeline class.
ProcessingPipeline(Collection<IProcessingAlgorithm>) - Constructor for class com.aspose.omr.imageprocessing.ProcessingPipeline
Initializes a new instance of the ProcessingPipeline class.
PRODUCT - Static variable in class com.aspose.ocr.BuildVersionInfo
Product name.
PRODUCT_MAJOR - Static variable in class com.aspose.ocr.BuildVersionInfo
Product major version.
PRODUCT_MINOR - Static variable in class com.aspose.ocr.BuildVersionInfo
Product minor version.

R

RecognitionBlock - Class in com.aspose.ocr
This factory creates objects of type IRecognitionBlock.
RELEASE_DATE - Static variable in class com.aspose.ocr.BuildVersionInfo
Date of release.
remove(Filter) - Method in class com.aspose.ocr.CorrectionFilters
Removes element from collection.
remove(IProcessingAlgorithm) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Removes the first occurrence of a specific IProcessingAlgorithm from the ProcessingPipeline.
remove(BasicElement) - Method in class com.aspose.omr.OmrElementsCollection
Removes the first occurrence of a specific OmrElement from the OmrElementsCollection.
remove(OmrPage) - Method in class com.aspose.omr.OmrPagesCollection
Removes the first occurrence of a specific OmrPage from the OmrPagesCollection.
removeAt(int) - Method in class com.aspose.ocr.CorrectionFilters
Remove filter at specified index.
removeLanguage(ILanguage) - Method in class com.aspose.ocr.LanguageContainer
Removes specified language from the container
removeLanguages(ILanguage[]) - Method in class com.aspose.ocr.LanguageContainer
Removes a range of languages from the container
resetToDefaults() - Method in class com.aspose.ocr.LanguageContainer
Clears all loaded languages and loads the default one
rotateImage(OmrImage, double) - Method in class com.aspose.omr.OmrEngine
Rotates an image for a specified degree
runSkewCorrection(OmrImage[]) - Method in class com.aspose.omr.OmrEngine
Processes an OmrImage with skew correction algorithm.

S

save() - Method in interface com.aspose.ocr.ILanguage
Saves changes.
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.elements.BarcodeElement
Converts values of the properties of an element from their string representation.
saveProperties() - Method in class com.aspose.omr.elements.BasicElement
Converts values of the properties of an element from their string representation.
saveProperties() - Method in class com.aspose.omr.elements.ChoiceBoxElement
Converts values of the properties of an element from their string representation.
saveProperties() - Method in class com.aspose.omr.elements.OmrElement
Converts values of the properties of an element from their string representation.
setAdjustRotation(int) - Method in class com.aspose.ocr.OCRConfig
Sets a value of adjust rotation mode AdjustRotationMode.
setAdjustRotationAngle(double) - Method in class com.aspose.ocr.OCRConfig
Sets a value of clockwise rotation angle, in degrees.
setAdjustUpsideDownRotation(int) - Method in class com.aspose.ocr.OCRConfig
Sets a value of upsidedown rotation mode AdjustUpsideDownRotationMode.
setAutoDetectResolution(boolean) - Method in class com.aspose.omr.OmrImage
Sets a value indicating whether the engine should attempt to detect actual resolution of the image basing on dimensions of the template.
setBarCodeType(long) - Method in class com.aspose.omr.elements.BarcodeElement
Sets type of bar code to read
setBinarizedImage(BufferedImage) - Method in class com.aspose.ocr.PreprocessedImages
Set OCRConfig.setSavePreprocessedImages property to true to get image.
setConfig(OCRConfig) - Method in class com.aspose.ocr.OcrEngine
Sets configuration.
setConfiguration(OmrConfig) - Method in class com.aspose.omr.elements.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.
setCorrectionFilters(CorrectionFilters) - Method in class com.aspose.ocr.OCRConfig
Sets filters for correction before recognition
setDeleteTableLines(boolean) - Method in class com.aspose.ocr.OCRConfig
Sets a value that indicates whether need to find and delete table lines in document Don't use this property unnecessarily, because it may remove some meaningful information from the image and will increase total processing time
setDetectReadingOrder(boolean) - Method in class com.aspose.ocr.OCRConfig
Sets a value that indicates whether special reading order detection operation must be applied to textblocks Default value is TRUE If OCR process works too much time or is not responding, try to set this property to FALSE
setDetectTextRegions(boolean) - Method in class com.aspose.ocr.OCRConfig
Sets a value indicating whether automatical detection of the regions with text must be used.
setDoSpellingCorrection(boolean) - Method in class com.aspose.ocr.OCRConfig
Sets a value indicating whether automatic spelling correction should be applied.
setFillThreshold(double) - Method in class com.aspose.omr.OmrConfig
Sets the threshold percentage of black pixels in the area to consider it filled.
setFilteredImage(Bitmap) - Method in class com.aspose.ocr.PreprocessedImages
Source image after applying specified CorrectionFilters
setFilteredImage(BufferedImage) - Method in class com.aspose.ocr.PreprocessedImages
Source image after applying specified CorrectionFilters
setHeight(double) - Method in class com.aspose.omr.OmrPage
Sets height of the page, in millimeters.
setHorizontal(boolean) - Method in class com.aspose.omr.elements.OmrElement
Sets a value indicating whether values of this element are located horizontally.
setImage(IImageStream) - Method in class com.aspose.ocr.OcrEngine
Sets the picture to recognize the text from.
setItem(int, Filter) - Method in class com.aspose.ocr.CorrectionFilters
Sets Filter object by index.
setItem(int, IProcessingAlgorithm) - Method in class com.aspose.omr.imageprocessing.ProcessingPipeline
Sets the element at the specified index.
setItem(int, BasicElement) - Method in class com.aspose.omr.OmrElementsCollection
Sets the element at the specified index.
setItem(int, OmrPage) - Method in class com.aspose.omr.OmrPagesCollection
Sets the element at the specified index.
setLicense(String) - Method in class com.aspose.ocr.License
Licenses the component.
setLicense(InputStream) - Method in class com.aspose.ocr.License
Licenses the component.
setLicense(File) - Method in class com.aspose.ocr.License
Licenses the component.
setMeteredKey(String, String) - Method in class com.aspose.ocr.metered.Metered
Sets metered public and private key
setMultipleSelectionAllowed(boolean) - Method in class com.aspose.omr.elements.ChoiceBoxElement
Sets a value indicating whether the choice box can have multiple items selected at once.
setName(String) - Method in class com.aspose.omr.elements.BasicElement
Sets the name of the element.
setNonTextRemovedImage(BufferedImage) - Method in class com.aspose.ocr.PreprocessedImages
Source image after detecting and removing pictures and other nontext fragments
setPosition(Point2D.Float) - Method in class com.aspose.omr.elements.BasicElement
Sets position, in millimeters, relative to top left corner of an image
setProbabilityRow(int) - Method in class com.aspose.ocr.OCRConfig
Sets row with probable symbols to return probable symbols from.
setProcessAllPages(boolean) - Method in class com.aspose.ocr.OcrEngine
Sets a value indicating whether all frames in image must be processed.
setProcessColoredBackground(boolean) - Method in class com.aspose.ocr.OCRConfig
Turn on this option if input image have complex colored background and standart process works bad
setQuantizationPalleteSize(int) - Method in class com.aspose.ocr.OCRConfig
It is advanced option, which control number of colors to image pallete while quantization; this option make sence olny if ProcessColoredBackground is true; defalt value is 5
setRemoveNonText(boolean) - Method in class com.aspose.ocr.OCRConfig
Set this parameter to TRUE if image contains non-text components (e.g.
setResolution(double) - Method in class com.aspose.omr.OmrImage
Sets image DPI resolution
setResource(String) - Static method in class com.aspose.omr.elements.TextOcrElement
Sets path to the OCR resources file.
setRotatedImage(BufferedImage) - Method in class com.aspose.ocr.PreprocessedImages
Source image after skew correction
setSavePreprocessedImages(boolean) - Method in class com.aspose.ocr.OCRConfig
Sets a value indicating whether saving of preprocessed images is enabled.
setSectionsCount(int) - Method in class com.aspose.omr.elements.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.
setSigm(float) - Method in class com.aspose.ocr.filters.GaussBlurFilter
Sets sigm parameter.
setSize(int) - Method in class com.aspose.ocr.filters.BlurFilter
Gets or sets Size of a filter.
setSize(int) - Method in class com.aspose.ocr.filters.GaussBlurFilter
Sets Size of a filter.
setSize(int) - Method in class com.aspose.ocr.filters.MedianFilter
Sets Size of a filter.
setSize(Dimension2D) - Method in class com.aspose.omr.elements.BasicElement
Sets size of the element, in millimeters.
setSkewCorrectionEnabled(boolean) - Method in class com.aspose.omr.OmrEngine
Sets a value indicating whether Skew Correction algorithm is enabled
setSpaceAfter(float) - Method in class com.aspose.omr.elements.GridSection
Sets spacing that follows the cell, in millimeters.
setSpaceAfter(float) - Method in interface com.aspose.omr.elements.ISpacedArea
Sets spacing that precedes the area, in millimeters.
setSpaceAfter(float) - Method in class com.aspose.omr.elements.OmrCell
Sets spacing that follows the cell, in millimeters.
setSpaceBefore(float) - Method in class com.aspose.omr.elements.GridSection
Sets spacing that precedes the cell, in millimeters.
setSpaceBefore(float) - Method in interface com.aspose.omr.elements.ISpacedArea
Sets spacing that follows the area, in millimeters.
setSpaceBefore(float) - Method in class com.aspose.omr.elements.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.
setTextBlocksImage(BufferedImage) - Method in class com.aspose.ocr.PreprocessedImages
This image displays detected text blocks with red rectangles
setTrimWhitePixels(boolean) - Method in class com.aspose.omr.OmrConfig
Sets value indicating should be the area containing an OMR mark reduced or not to size that contain all black pixels.
setValue(String) - Method in class com.aspose.omr.elements.OmrCell
Sets value associated with the cell.
setWhitelist(char[]) - Method in interface com.aspose.ocr.IRecognitionBlock
Sets a white list of characters for the recognition block.
setWhitelist(char[]) - Method in class com.aspose.ocr.OCRConfig
Sets a white list of characters.
setWidth(double) - Method in class com.aspose.omr.OmrPage
Sets width of the page, in millimeters.
showStack(boolean) - Static method in exception com.aspose.omr.OmrException
 
SkewCorrectionAlgorithm - Class in com.aspose.omr.imageprocessing
Represent skew correction algorithm
SkewCorrectionAlgorithm() - Constructor for class com.aspose.omr.imageprocessing.SkewCorrectionAlgorithm
 
symbolNotifier() - Static method in class com.aspose.ocr.NotifierFactory
Creates the notifier that causes an event on each recognized symbol.

T

Textblock - Static variable in class com.aspose.ocr.TextPartLevel
Represents text block
TextOcrElement - Class in com.aspose.omr.elements
Represent an OCR block.
TextOcrElement(String, Point2D.Float, Dimension2D) - Constructor for class com.aspose.omr.elements.TextOcrElement
Initializes a new instance of the TextOcrElement class.
TextPartLevel - Class in com.aspose.ocr
Level of IRecognizedTextPartInfo object.
Tiff - Static variable in class com.aspose.ocr.ImageStreamFormat
Specifies that the image format is TIFF.
toString() - Method in interface com.aspose.ocr.IRecognizedText
Gets whole recognized text without formatting.

U

UserDefined - Static variable in class com.aspose.ocr.AdjustRotationMode
User defined value of rotation angle.

W

Word - Static variable in class com.aspose.ocr.TextPartLevel
Represents word
wordNotifier() - Static method in class com.aspose.ocr.NotifierFactory
Creates the notifier that causes an event when a word is recognized.
A B C D E F G I J L M N O P R S T U W 

Copyright © 2017. All Rights Reserved.