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

A

addItem(Object) - Method in class com.aspose.ocr.CorrectionFilters
Add new Filter object.
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.OcrEngine
Adds recognition region.
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.
Automatic - Static variable in class com.aspose.ocr.AdjustRotationMode
Automatic detection of rotation.
Automatic - Static variable in class com.aspose.ocr.AdjustUpsideDownRotationMode
Automatic detection of orientation.

B

block(int) - Static method in class com.aspose.ocr.Notifier
Creates the notifier that causes an event when a recognized "bloackSize" characters.
BlurFilter - Class in com.aspose.ocr.filters
Represent blur filtration.
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.

C

clearNotifies() - Method in class com.aspose.ocr.OcrEngine
Clear notifiers list.
clearRecognitionBlocks() - Method in class com.aspose.ocr.OcrEngine
Clear recognition blocks array.
com.aspose.ocr - package com.aspose.ocr
 
com.aspose.ocr.filters - package com.aspose.ocr.filters
 
com.aspose.ocr.license - package com.aspose.ocr.license
 
CorrectionFilters - Class in com.aspose.ocr
Represents filters for denoising of image before recognition.
CorrectionFilters() - Constructor for class com.aspose.ocr.CorrectionFilters
 

D

DictionaryReaderCreator - Class in com.aspose.ocr
This class is factory of IDictionaryReader for specific dictionary format.
DictionaryReaderCreator() - Constructor for class com.aspose.ocr.DictionaryReaderCreator
 
Disabled - Static variable in class com.aspose.ocr.AdjustRotationMode
Without rotation.

E

ElapsedDelegate - Variable in class com.aspose.ocr.INotifier
Occurs when the event has raised.

F

Filter - Class in com.aspose.ocr
This class represents filter.
Filter() - Constructor for class com.aspose.ocr.Filter
 
filter - Variable in class com.aspose.ocr.Filter
Filter element.
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.
fromMemoryStream(byte[], int) - Static method in class com.aspose.ocr.ImageStream
Creates instance of “IImageStream” object from MemoryStream, parameter "format" sets a data type.
fromMemoryStreamInternal(MemoryStream, int) - Static method in class com.aspose.ocr.ImageStream
Creates instance of “IImageStream” object from MemoryStream, parameter "format" sets a data type.
fromRectangle(int, int, int, int) - Static method in class com.aspose.ocr.RecognitionBlock
Creates a block for recognize rectangular area.
fromRectanglePicture(int, int, int, int) - Static method in class com.aspose.ocr.RecognitionBlock
Creates a picture block for rectangular area.

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 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.

I

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
This factory creates objects of “IImageStream” type.
ImageStream() - Constructor for class com.aspose.ocr.ImageStream
 
ImageStreamFormat - Class in com.aspose.ocr
Enumerable of data formats of images.
INotifier - Class in com.aspose.ocr
This interface represents a notifier.
INotifier() - Constructor for class com.aspose.ocr.INotifier
 
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.
iterator() - Method in class com.aspose.ocr.LanguageContainer
Gets enumerator that can be used to loop through the collection.

J

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

L

Language - Class in com.aspose.ocr
This is factory for creating objects of type ILanguage.
Language() - Constructor for class com.aspose.ocr.Language
 
LanguageContainer - Class in com.aspose.ocr
This is container for recognition languages.
License - Class in com.aspose.ocr.license
 
License() - Constructor for class com.aspose.ocr.license.License
 
load(String) - Static method in class com.aspose.ocr.Language
Creates instance of ILanguage from name of language.

M

M16PtFontStyles12NEts - Static variable in class com.aspose.ocr.OcrAlgorithmMode
16 Font Styles 12 networks
M32PtFontStyles12NEts - Static variable in class com.aspose.ocr.OcrAlgorithmMode
32 Font Size 12 networks
M8PtFontStyles12NEts - Static variable in class com.aspose.ocr.OcrAlgorithmMode
8 Font Style 12 networks
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 MedianFilter class.

N

None - Static variable in class com.aspose.ocr.AdjustUpsideDownRotationMode
Without rotation.
None - Static variable in class com.aspose.ocr.OcrAlgorithmMode
No algorithm defined.
Notifier - Class in com.aspose.ocr
This is factory for create objects of type "INotifier".
Notifier() - Constructor for class com.aspose.ocr.Notifier
 

O

OcrAlgorithmMode - Class in com.aspose.ocr
Modes of the OCR algorithm using by engine
OCRConfig - Class in com.aspose.ocr
Configuration for OCR system.
OCRConfig() - Constructor for class com.aspose.ocr.OCRConfig
 
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.

P

page() - Static method in class com.aspose.ocr.Notifier
Creates the notifier that causes an event when a recognized page of a multipage document.
Page - Class in com.aspose.ocr
Perpesents separate page with recognition results.
Png - Static variable in class com.aspose.ocr.ImageStreamFormat
Specifies that the image format is PNG.
process() - Method in class com.aspose.ocr.OcrEngine
Runs the recognition process.

R

RecognitionBlock - Class in com.aspose.ocr
This factory creates objects of type IRecognitionBlock.
RecognitionBlock() - Constructor for class com.aspose.ocr.RecognitionBlock
 
RemoveNoiseFilter - Class in com.aspose.ocr.filters
Represents remove noise filtration.
RemoveNoiseFilter() - Constructor for class com.aspose.ocr.filters.RemoveNoiseFilter
Initializes a new instance of the RemoveNoiseFilter class.

S

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.

T

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 method in class com.aspose.ocr.Notifier
Creates the notifier that causes an event when a recognized word.
A B C D E F G I J L M N O P R S T U W