- 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 GaussBlurFilter class.
- GaussBlurFilter(int, float) - Constructor for class com.aspose.ocr.filters.GaussBlurFilter
-
Initializes a new instance of the GaussBlurFilter class.
- get_Item(int) - Method in class com.aspose.ocr.CorrectionFilters
-
Gets Filter
object by index.
- get_Item(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 the 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
-
- 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 reffers to.
- getConfidence() - Method in class com.aspose.ocr.OcrEngine
-
Gets confidence of recognized text.
- 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.
- getDataInternal() - Method in interface com.aspose.ocr.IImageStream
-
Gets image data.
- getDetectTextOnly() - Method in class com.aspose.ocr.OcrEngine
-
Gets a value indicating whether automatical detection of the regions with text must be used.
- getDictionaryReader() - Method in class com.aspose.ocr.OCRConfig
-
Get any of available dictionary readers for post processing, if not set, post processing is not turned on.
- getFilters() - Method in class com.aspose.ocr.CorrectionFilters
-
Gets all filters.
- 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 in the field Data.
- 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.
- getNeedRotationCorrection() - Method in class com.aspose.ocr.OCRConfig
-
Gets a value that indicates whether need picture rotate correction
- getOcrAlgorithmMode() - Method in class com.aspose.ocr.OCRConfig
-
Gets recognition mode.
- getOpenOfficeDictionaryReader(String, String) - Static method in class com.aspose.ocr.DictionaryReaderCreator
-
Create OpenOfficeDictionaryReader as IDictionaryReader
- getOpenOfficeDictionaryReader(InputStream, InputStream) - 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
- getOpenOfficeDictionaryReaderInternal(MemoryStream, MemoryStream) - 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.
- getProbabilitySymbols() - Method in class com.aspose.ocr.OcrEngine
-
Gets next probable symbols for recognized text.
- 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, ansd standart 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
- getSigm() - Method in class com.aspose.ocr.filters.GaussBlurFilter
-
Gets or sets 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 or sets Size of a filter.
- getSize() - Method in class com.aspose.ocr.filters.MedianFilter
-
Gets or sets Size of a filter.
- getText() - Method in class com.aspose.ocr.INotifier
-
Gets the recognized text.
- getText() - Method in interface com.aspose.ocr.IRecognitionBlock
-
Returns 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 DictionaryReader property is null, this property indicates whether to use default dictionaries
- getWords() - Method in interface com.aspose.ocr.IDictionaryReader
-
Returns all exceptable word
- Gif - Static variable in class com.aspose.ocr.ImageStreamFormat
-
Specifies that the image format is GIF.
- save() - Method in interface com.aspose.ocr.ILanguage
-
Saves changes.
- set_Item(int, Object) - Method in class com.aspose.ocr.CorrectionFilters
-
Sets Filter
object by index.
- set_Item(int, ILanguage) - Method in class com.aspose.ocr.LanguageContainer
-
Sets language by index.
- 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 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
- setDetectTextOnly(boolean) - Method in class com.aspose.ocr.OcrEngine
-
Sets a value indicating whether automatical detection of the regions with text must be used.
- setDictionaryReader(IDictionaryReader) - Method in class com.aspose.ocr.OCRConfig
-
Set any of available dictionary readers for post processing, if not set, post processing is not turned on.
- 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.License
-
Licenses the component.
- setLicense(InputStream) - Method in class com.aspose.ocr.license.License
-
Licenses the component.
- setNeedRotationCorrection(boolean) - Method in class com.aspose.ocr.OCRConfig
-
Sets a value that indicates whether need picture rotate correction
- setOcrAlgorithmMode(int) - Method in class com.aspose.ocr.OCRConfig
-
Sets recognition mode.
- 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
-
- setQuantizationPalleteSize(int) - Method in class com.aspose.ocr.OCRConfig
-
- setResource(FolderStream) - Method in class com.aspose.ocr.OcrEngine
-
Sets the resouce stream.
- setResource(ZipFileStream) - Method in class com.aspose.ocr.OcrEngine
-
Sets the resouce stream.
- setSigm(float) - Method in class com.aspose.ocr.filters.GaussBlurFilter
-
- setSize(int) - Method in class com.aspose.ocr.filters.BlurFilter
-
- setSize(int) - Method in class com.aspose.ocr.filters.GaussBlurFilter
-
- setSize(int) - Method in class com.aspose.ocr.filters.MedianFilter
-
- setUseDefaultDictionaries(boolean) - Method in class com.aspose.ocr.OCRConfig
-
If DictionaryReader property is null, this property indicates whether to use default dictionaries
- symbol() - Static method in class com.aspose.ocr.Notifier
-
Creates the notifier that causes an event when a recognized each symbol.