- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- GridSection - Class in com.aspose.omr.elements
-
- GridSection() - Constructor for class com.aspose.omr.elements.GridSection
-
- 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
-
- 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
-
- 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
-
- setFilteredImage(BufferedImage) - Method in class com.aspose.ocr.PreprocessedImages
-
- 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
-
- 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.