- 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.
- save(String) - Method in class com.aspose.ocr.gpu.RecognitionResult
-
Saves the document in the plain text
- saveSpellCheckCorrectedText(String, SpellCheckLanguage) - Method in class com.aspose.ocr.gpu.RecognitionResult
-
Saves the corrected text in the document in the plain text
- saveSpellCheckCorrectedText(String) - Method in class com.aspose.ocr.gpu.RecognitionResult
-
Saves the corrected text in the document in the plain text
- 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.
- 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