- add(Filter) - Method in class com.aspose.ocr.CorrectionFilters
-
Appends the specified element to the end of this list (optional
operation).
- add(int, Filter) - Method in class com.aspose.ocr.CorrectionFilters
-
Inserts the specified element at the specified position in this list
(optional operation).
- addAll(Collection<? extends Filter>) - Method in class com.aspose.ocr.CorrectionFilters
-
Appends all of the elements in the specified collection to the end of
this list, in the order that they are returned by the specified
collection's iterator (optional operation).
- addAll(int, Collection<? extends Filter>) - Method in class com.aspose.ocr.CorrectionFilters
-
Inserts all of the elements in the specified collection into this
list at the specified position (optional operation).
- addElapsedListener(NotifierHandler) - Method in class com.aspose.ocr.INotifier
-
Adds a listener to the event
- addLanguage(ILanguage) - Method in class com.aspose.ocr.LanguageContainer
-
Adds to the collection recognition language.
- 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 - Enum in com.aspose.ocr
-
Define adjust rotation mode.
- AdjustUpsideDownRotationMode - Enum in com.aspose.ocr
-
Define adjust upsidedown orientation mode.
- AsposeLicenseException - Exception in com.aspose.ocr
-
This exception is thrown if any errors with license is detected.
- AsposeLicenseException() - Constructor for exception com.aspose.ocr.AsposeLicenseException
-
Creates a new AsposeLicenseException.
- AsposeLicenseException(String) - Constructor for exception com.aspose.ocr.AsposeLicenseException
-
Creates a new AsposeLicenseException with a message string.
- AsposeLicenseException(String, Throwable) - Constructor for exception com.aspose.ocr.AsposeLicenseException
-
Creates a new AsposeLicenseException with a message string and a reason.
- AsposeLicenseException(Throwable) - Constructor for exception com.aspose.ocr.AsposeLicenseException
-
Creates a new AsposeLicenseException with a reason.
- ASSEMBLY_VERSION - Static variable in class com.aspose.ocr.BuildVersionInfo
-
Version of assembly.
- GaussBlurFilter - Class in com.aspose.ocr
-
Represents Gauss blur filtration.
- GaussBlurFilter() - Constructor for class com.aspose.ocr.GaussBlurFilter
-
Initializes a new instance of the GaussBlurFilterOld class.
- GaussBlurFilter(int, float) - Constructor for class com.aspose.ocr.GaussBlurFilter
-
Initializes a new instance of the GaussBlurFilterOld class.
- get(int) - Method in class com.aspose.ocr.CorrectionFilters
-
Returns the element at the specified position in this list.
- get(int) - Method in class com.aspose.ocr.LanguageContainer
-
Gets language by index.
- 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 adjust upsidedown rotation mode AdjustUpsideDownRotationMode.
- getAlphabet() - Method in interface com.aspose.ocr.ILanguage
-
Gets the alphabet.
- getBackgroundColor() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets the color of background this part.
- getBlockId() - Method in interface com.aspose.ocr.IRecognitionBlock
-
Returns the block's ID.
- getBold() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets a value that indicates whether this part is bold.
- getBox() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets the rectangular area where the text shown in the picture.
- 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
- getClassName(char) - Method in interface com.aspose.ocr.ILanguage
-
Returns name of the class input character is refers to.
- getConfig() - Method in class com.aspose.ocr.OcrEngine
-
Gets configuration.
- getCorrectionFilters() - Method in class com.aspose.ocr.OCRConfig
-
Gets filters for correction before recognition
- getCount() - Method in class com.aspose.ocr.LanguageContainer
-
Gets total count of languages in container.
- getData() - Method in interface com.aspose.ocr.IImageStream
-
Gets image data.
- 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.
- getDictionaryReader() - Method in class com.aspose.ocr.OCRConfig
-
Gets any of available dictionary readers for post processing, if not set, post processing is not turned on.
- getDoSpellingCorrection() - Method in class com.aspose.ocr.OCRConfig
-
Gets a value indicating whether automatic spelling correction should be applied.
- getFont() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets the font of this part.
- getFontSize() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets the font size of this part.
- getFormat() - Method in interface com.aspose.ocr.IImageStream
-
Gets the format of data in which the image is stored.
- getItalic() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets a value that indicates whether this part is italic.
- getLanguage() - Method in interface com.aspose.ocr.ILanguage
-
Gets the name of language.
- getLanguage() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets the language of this part.
- getLanguage(String) - Method in class com.aspose.ocr.LanguageContainer
-
Gets the language from the collection.
- getLanguages() - Method in class com.aspose.ocr.OcrEngine
-
Gets container recognition languages.
- getName() - Method in class com.aspose.ocr.FontFamily
-
Gets the name of the font family.
- getOpenOfficeDictionaryReader(String, String) - Static method in class com.aspose.ocr.DictionaryReaderCreator
-
Create OpenOfficeDictionaryReader as IDictionaryReader
- getOpenOfficeDictionaryReader(byte[], byte[]) - Static method in class com.aspose.ocr.DictionaryReaderCreator
-
Create OpenOfficeDictionaryReader as IDictionaryReader
- getPages() - Method in class com.aspose.ocr.OcrEngine
-
Gets recognized text divided to pages.
- 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.
- 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 standard method of thresholding work bad
- 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 if 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
-
Set this parameter to TRUE if image contains non-text components (e.g.
- getSigm() - Method in class com.aspose.ocr.GaussBlurFilter
-
Gets sigm parameter.
- getSize() - Method in class com.aspose.ocr.BlurFilter
-
Gets size of a filter.
- getSize() - Method in class com.aspose.ocr.GaussBlurFilter
-
Gets size of a filter.
- getSize() - Method in class com.aspose.ocr.MedianFilter
-
Gets size of a filter.
- 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.
- getTextColor() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets a color of text this part.
- getUnderline() - Method in interface com.aspose.ocr.IRecognizedTextPartInfo
-
Gets a value that indicates whether this part is underline.
- getUseDefaultDictionaries() - Method in class com.aspose.ocr.OCRConfig
-
If getDictionaryReader() is null, this method indicates whether to use default dictionaries
- getWords() - Method in interface com.aspose.ocr.IDictionaryReader
-
Returns all exceptable word
- IDictionaryReader - Interface in com.aspose.ocr
-
Interface defines the way to get word from other dictionary format
- 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
-
- ImageStreamFormat - Enum in com.aspose.ocr
-
Enumerable of data formats of images.
- indexOf(Object) - Method in class com.aspose.ocr.CorrectionFilters
-
Returns the index of the first occurrence of the specified element
in this list, or -1 if this list does not contain the element.
- INotifier - Class in com.aspose.ocr
-
This class represents a notifier.
- invoke(Object, IRecognizedText) - Method in interface com.aspose.ocr.NotifierHandler
-
Called when Elapsed event occurs
- IRecognitionBlock - Interface in com.aspose.ocr
-
This interface represents a block.
- 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.
- isEmpty() - Method in class com.aspose.ocr.CorrectionFilters
-
Returns true if this list contains no elements.
- isToRecognize() - Method in interface com.aspose.ocr.IRecognitionBlock
-
Shows if block needs to be processed by OCR Engine
- iterator() - Method in class com.aspose.ocr.CorrectionFilters
-
Returns an iterator over the elements in this list in proper sequence.
- iterator() - Method in class com.aspose.ocr.LanguageContainer
-
Gets enumerator that can be used to loop through the collection.
- save() - Method in interface com.aspose.ocr.ILanguage
-
Saves changes.
- set(int, Filter) - Method in class com.aspose.ocr.CorrectionFilters
-
Replaces the element at the specified position in this list with the
specified element (optional operation).
- set(int, ILanguage) - Method in class com.aspose.ocr.LanguageContainer
-
Sets language by index.
- setAdjustRotation(AdjustRotationMode) - 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(AdjustUpsideDownRotationMode) - Method in class com.aspose.ocr.OCRConfig
-
Sets a value of adjust upsidedown rotation mode AdjustUpsideDownRotationMode.
- setConfig(OCRConfig) - Method in class com.aspose.ocr.OcrEngine
-
Sets configuration.
- 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.
- setDictionaryReader(IDictionaryReader) - Method in class com.aspose.ocr.OCRConfig
-
Sets available dictionary readers for post processing.
- setDoSpellingCorrection(boolean) - Method in class com.aspose.ocr.OCRConfig
-
Sets a value indicating whether automatic spelling correction should be applied.
- setImage(IImageStream) - Method in class com.aspose.ocr.OcrEngine
-
Sets the picture to recognize the text from.
- 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.
- 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 standard method of thresholding work 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 if 5
- setRemoveNonText(boolean) - Method in class com.aspose.ocr.OCRConfig
-
Set this parameter to TRUE if image contains non-text components (e.g.
- setResource(InputStream) - Method in class com.aspose.ocr.OcrEngine
-
Sets the resource stream.
- setSigm(float) - Method in class com.aspose.ocr.GaussBlurFilter
-
Sets sigm parameter.
- setSize(int) - Method in class com.aspose.ocr.BlurFilter
-
Sets size of a filter.
- setSize(int) - Method in class com.aspose.ocr.GaussBlurFilter
-
Sets size of a filter.
- setSize(int) - Method in class com.aspose.ocr.MedianFilter
-
Sets size of a filter.
- setUseDefaultDictionaries(boolean) - Method in class com.aspose.ocr.OCRConfig
-
If getDictionaryReader() is null, this method specifies whether to use default dictionaries
- size() - Method in class com.aspose.ocr.CorrectionFilters
-
Returns the number of elements in this list.
- subList(int, int) - Method in class com.aspose.ocr.CorrectionFilters
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- symbol() - Static method in class com.aspose.ocr.Notifier
-
Creates the notifier that causes an event when a recognized each symbol.