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

A

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.

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
Represent blur filtration.
BlurFilter(int) - Constructor for class com.aspose.ocr.BlurFilter
Initializes a new instance of the BlurFilterOld class.
BuildVersionInfo - Class in com.aspose.ocr
Represents common information about build.

C

clear() - Method in class com.aspose.ocr.CorrectionFilters
Removes all of the elements from this list (optional operation).
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
 
contains(Object) - Method in class com.aspose.ocr.CorrectionFilters
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class com.aspose.ocr.CorrectionFilters
Returns true if this list contains all of the elements of the specified collection.
CorrectionFilters - Class in com.aspose.ocr
Represents filters for denoising of image before recognition.
CorrectionFilters() - Constructor for class com.aspose.ocr.CorrectionFilters
Constructs an empty list of filters.
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

DictionaryReaderCreator - Class in com.aspose.ocr
This class is factory of IDictionaryReader for specific dictionary format.

E

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

F

FILE_VERSION - Static variable in class com.aspose.ocr.BuildVersionInfo
Version of file.
Filter - Class in com.aspose.ocr
This class represents an abstract image correction algoritm.
Filter() - Constructor for class com.aspose.ocr.Filter
 
FontFamily - Class in com.aspose.ocr
Represent a font family
fromBytes(byte[], ImageStreamFormat) - Static method in class com.aspose.ocr.ImageStream
Creates instance of IImageStream object from bytes array, parameter "format" sets a data type.
fromFile(String) - Static method in class com.aspose.ocr.ImageStream
Creates instance of “IImageStream” from the specified file.

G

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

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

L

Language - Class in com.aspose.ocr
This is factory for creating objects of type ILanguage.
LanguageContainer - Class in com.aspose.ocr
This is container for recognition languages.
lastIndexOf(Object) - Method in class com.aspose.ocr.CorrectionFilters
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
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.
listIterator() - Method in class com.aspose.ocr.CorrectionFilters
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class com.aspose.ocr.CorrectionFilters
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
load(String) - Static method in class com.aspose.ocr.Language
Creates instance of ILanguage from name of language.

M

MedianFilter - Class in com.aspose.ocr
Represents median filtration.
MedianFilter() - Constructor for class com.aspose.ocr.MedianFilter
Initializes a new instance of the MedianFilter class.
MedianFilter(int) - Constructor for class com.aspose.ocr.MedianFilter
Initializes a new instance of the MedianFilter class.

N

Notifier - Class in com.aspose.ocr
This is factory for create objects of type INotifier.
NotifierHandler - Interface in com.aspose.ocr
Handler for Elapsed event.

O

OcrAlgorithmMode - Enum 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
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, Throwable) - 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
Represents separate page with recognition results.
process() - Method in class com.aspose.ocr.OcrEngine
Runs the recognition process.
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(Object) - Method in class com.aspose.ocr.CorrectionFilters
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove(int) - Method in class com.aspose.ocr.CorrectionFilters
Removes the element at the specified position in this list (optional operation).
removeAll(Collection<?>) - Method in class com.aspose.ocr.CorrectionFilters
Removes from this list all of its elements that are contained in the specified collection (optional operation).
RemoveNoiseFilter - Class in com.aspose.ocr
Represents remove noise filtration.
RemoveNoiseFilter() - Constructor for class com.aspose.ocr.RemoveNoiseFilter
Initializes a new instance of the RemoveNoiseFilterOld class.
retainAll(Collection<?>) - Method in class com.aspose.ocr.CorrectionFilters
Retains only the elements in this list that are contained in the specified collection (optional operation).

S

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.

T

toArray() - Method in class com.aspose.ocr.CorrectionFilters
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class com.aspose.ocr.CorrectionFilters
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toString() - Method in interface com.aspose.ocr.IRecognizedText
Gets whole recognized text without formatting.

V

valueOf(String) - Static method in enum com.aspose.ocr.AdjustRotationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.ocr.AdjustUpsideDownRotationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.ocr.ImageStreamFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.ocr.OcrAlgorithmMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aspose.ocr.AdjustRotationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.ocr.AdjustUpsideDownRotationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.ocr.ImageStreamFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.ocr.OcrAlgorithmMode
Returns an array containing the constants of this enum type, in the order they are declared.

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 L M N O P R S T V W 

Copyright © 2014. All rights reserved.