Skip navigation links
A C D F G I L N R S V W 

A

AsposeOCR - Class in com.aspose.ocr.gpu
Main class for recognize text from images.
AsposeOCR() - Constructor for class com.aspose.ocr.gpu.AsposeOCR
Public constructor.
AsposeOCR(String) - Constructor for class com.aspose.ocr.gpu.AsposeOCR
Public constructor.

C

CalcSkewImage(String) - Method in class com.aspose.ocr.gpu.AsposeOCR
Calculates the skew angle of an image.
CalcSkewImage(BufferedImage) - Method in class com.aspose.ocr.gpu.AsposeOCR
Calculates the skew angle of an image.
CalcSkewImageFromUri(String) - Method in class com.aspose.ocr.gpu.AsposeOCR
Calculates the skew angle of an image provided by URI link.
com.aspose.ocr.gpu - package com.aspose.ocr.gpu
 
com.aspose.ocr.gpu.SpellCheck - package com.aspose.ocr.gpu.SpellCheck
 
CorrectSpelling(String, SpellCheckLanguage) - Method in class com.aspose.ocr.gpu.AsposeOCR
Corrects text (replaces misspelled words).

D

distance - Variable in class com.aspose.ocr.gpu.SpellCheck.SuggestedWord
The distance between the searched and suggestion.

F

Format - Enum in com.aspose.ocr.gpu
 

G

GetJson() - Method in class com.aspose.ocr.gpu.RecognitionResult
Form JSON string with recognition results.
getSpellCheckCorrectedText(SpellCheckLanguage) - Method in class com.aspose.ocr.gpu.RecognitionResult
Corrects text (replaces misspelled words).
getSpellCheckCorrectedText() - Method in class com.aspose.ocr.gpu.RecognitionResult
Corrects text (replaces misspelled words).
getSpellCheckErrorList(SpellCheckLanguage) - Method in class com.aspose.ocr.gpu.RecognitionResult
Find the misspelled words with suggested spellings for a given input text.
getSpellCheckErrorList() - Method in class com.aspose.ocr.gpu.RecognitionResult
Find the misspelled words with suggested spellings for a given input text.
getTextAreas() - Method in class com.aspose.ocr.gpu.AsposeOCR
Detects text areas on image.

I

isValid() - Static method in class com.aspose.ocr.gpu.License
Check license.

L

Language - Enum in com.aspose.ocr.gpu
 
length - Variable in class com.aspose.ocr.gpu.SpellCheck.SpellCheckError
Misspelled word's length in the input text.
License - Class in com.aspose.ocr.gpu
License class for set and check license.
License() - Constructor for class com.aspose.ocr.gpu.License
 

N

NotInitializedException - Exception in com.aspose.ocr.gpu.SpellCheck
 
NotInitializedException(String) - Constructor for exception com.aspose.ocr.gpu.SpellCheck.NotInitializedException
 
NotInitializedException(String, Throwable) - Constructor for exception com.aspose.ocr.gpu.SpellCheck.NotInitializedException
 

R

recognitionAreasRectangles - Variable in class com.aspose.ocr.gpu.RecognitionResult
List recognition results of a list of areas (Rectangles).
recognitionAreasText - Variable in class com.aspose.ocr.gpu.RecognitionResult
List recognition results of a list of areas (Rectangles).
RecognitionResult - Class in com.aspose.ocr.gpu
The results of the image recognition.
RecognitionSettings - Class in com.aspose.ocr.gpu
Settings for the image recognition Contains elements that allow customizing the recognition process
RecognitionSettings() - Constructor for class com.aspose.ocr.gpu.RecognitionSettings
Default constructor: set recognitionAreas null, detectAreas true, autoSkew true, recognizeSingleLine false.
RecognitionSettings(ArrayList<Rectangle>, boolean, boolean, boolean) - Constructor for class com.aspose.ocr.gpu.RecognitionSettings
Constructor allows to set all options.
RecognitionSettings(ArrayList<Rectangle>) - Constructor for class com.aspose.ocr.gpu.RecognitionSettings
Constructor allows to set recognitionAreas.
RecognitionSettings(boolean, boolean) - Constructor for class com.aspose.ocr.gpu.RecognitionSettings
Constructor allows to set detectAreas and autoSkew.
RecognitionSettings(boolean) - Constructor for class com.aspose.ocr.gpu.RecognitionSettings
Constructor allows to set recognizeSingleLine.
recognitionText - Variable in class com.aspose.ocr.gpu.RecognitionResult
Recognition result of all page or one area.
RecognizeLine(String) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes image that contains single line of text.
RecognizeLine(BufferedImage) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes image that contains single line of text.
RecognizeMultiplePages(String, RecognitionSettings) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes multiple images packed in ZIP archive or from folder.
RecognizePage(String) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes text on image.
RecognizePage(String, boolean) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizing image with automatic detection of text areas and ability to disable image skew correction.
RecognizePage(String, ArrayList<Rectangle>) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes text on image.
RecognizePage(String, RecognitionSettings) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes image with the ability to specify
RecognizePage(BufferedImage) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes text on image.
RecognizePage(BufferedImage, boolean) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizing image with automatic detection of text areas and ability to disable image skew correction.
RecognizePage(BufferedImage, ArrayList<Rectangle>) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes text on image.
RecognizePage(BufferedImage, RecognitionSettings) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes image with the ability to specify
RecognizePageFromUri(String) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes text on image provided by URI link.
RecognizePageFromUri(String, RecognitionSettings) - Method in class com.aspose.ocr.gpu.AsposeOCR
Recognizes text on image provided by URI link.

S

save(String) - Method in class com.aspose.ocr.gpu.RecognitionResult
Saves the document in the plain text
save(String, Format) - Method in class com.aspose.ocr.gpu.RecognitionResult
Saves the document in the plain text or Microsoft Word Text Document format.
saveSpellCheckCorrectedText(String, Format, SpellCheckLanguage) - Method in class com.aspose.ocr.gpu.RecognitionResult
Saves the corrected text in the document in the plain text or Microsoft Word Text Document format.
saveSpellCheckCorrectedText(String, Format) - Method in class com.aspose.ocr.gpu.RecognitionResult
Saves the corrected text in the document in the plain text or Microsoft Word Text Document format.
setAutoSkew(boolean) - Method in class com.aspose.ocr.gpu.RecognitionSettings
Sets a flag indicating whether automatic image skew correction should be enabled.
setDetectAreas(boolean) - Method in class com.aspose.ocr.gpu.RecognitionSettings
Sets a flag indicating whether automatic text areas detection should be enabled.
setIgnoredCharacters(String) - Method in class com.aspose.ocr.gpu.RecognitionSettings
Sets blacklist for recognition symbols.
setLanguage(Language) - Method in class com.aspose.ocr.gpu.RecognitionSettings
 
setLicense(String) - Static method in class com.aspose.ocr.gpu.License
Set license for library.
setRecognitionAreas(ArrayList<Rectangle>) - Method in class com.aspose.ocr.gpu.RecognitionSettings
Sets the list of text areas for processing.
setRecognizeSingleLine(boolean) - Method in class com.aspose.ocr.gpu.RecognitionSettings
Sets single-line image recognition.
setSkew(double) - Method in class com.aspose.ocr.gpu.RecognitionSettings
Sets angle in degrees for image rotation.
setThresholdValue(int) - Method in class com.aspose.ocr.gpu.RecognitionSettings
Sets custom threshold value for image binarization.
skew - Variable in class com.aspose.ocr.gpu.RecognitionResult
List recognition results of a list of areas (Rectangles).
SpellCheckError - Class in com.aspose.ocr.gpu.SpellCheck
Representing misspelled word with additional data.
SpellCheckError() - Constructor for class com.aspose.ocr.gpu.SpellCheck.SpellCheckError
 
SpellCheckLanguage - Enum in com.aspose.ocr.gpu.SpellCheck
Languages used for SpellCheck (existing dictionaries).
startPosition - Variable in class com.aspose.ocr.gpu.SpellCheck.SpellCheckError
Word's position in the input text.
SuggestedWord - Class in com.aspose.ocr.gpu.SpellCheck
Spelling suggestion returned from GetSpellCheckErrorList.
SuggestedWord() - Constructor for class com.aspose.ocr.gpu.SpellCheck.SuggestedWord
 
suggestedWords - Variable in class com.aspose.ocr.gpu.SpellCheck.SpellCheckError
list of objects with suggested correct spellings

V

valueOf(String) - Static method in enum com.aspose.ocr.gpu.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.ocr.gpu.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.ocr.gpu.SpellCheck.SpellCheckLanguage
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aspose.ocr.gpu.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.ocr.gpu.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.ocr.gpu.SpellCheck.SpellCheckLanguage
Returns an array containing the constants of this enum type, in the order they are declared.

W

warnings - Variable in class com.aspose.ocr.gpu.RecognitionResult
Gets or sets list of the warnings messages describing non-critical faults appeared during generation.
word - Variable in class com.aspose.ocr.gpu.SpellCheck.SpellCheckError
The word being misspelled.
word - Variable in class com.aspose.ocr.gpu.SpellCheck.SuggestedWord
The suggested correctly spelled word.
A C D F G I L N R S V W 
Skip navigation links

Copyright © 2021 Aspose. All rights reserved.