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

A

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

C

CalcSkewImage(String) - Method in class com.aspose.ocr.AsposeOCR
Calculates the skew angle of the text in the image.
CalcSkewImage(BufferedImage) - Method in class com.aspose.ocr.AsposeOCR
Calculates the skew angle of the text in the image.
com.aspose.ocr - package com.aspose.ocr
 

G

GetJson() - Method in class com.aspose.ocr.RecognitionResult
Form JSON string with recognition results
getTextAreas() - Method in class com.aspose.ocr.AsposeOCR
 

I

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

L

License - Class in com.aspose.ocr
License class for set and check license.
License() - Constructor for class com.aspose.ocr.License
 

R

recognitionAreasRectangles - Variable in class com.aspose.ocr.RecognitionResult
List recognition results of a list of areas (Rectangles)
recognitionAreasText - Variable in class com.aspose.ocr.RecognitionResult
List recognition results of a list of areas (Rectangles)
RecognitionResult - Class in com.aspose.ocr
The results of the image recognition Contains elements with recognition information and methods for result export
RecognitionSettings - Class in com.aspose.ocr
Settings for the image recognition Contains elements that allow customizing the recognition process
RecognitionSettings() - Constructor for class com.aspose.ocr.RecognitionSettings
Default constructor: set recognitionAreas null, detectAreas true, autoSkew true, recognizeSingleLine false
RecognitionSettings(ArrayList<Rectangle>, boolean, boolean, boolean) - Constructor for class com.aspose.ocr.RecognitionSettings
Constructor allows to set all options
RecognitionSettings(ArrayList<Rectangle>) - Constructor for class com.aspose.ocr.RecognitionSettings
Constructor allows to set recognitionAreas.
RecognitionSettings(boolean, boolean) - Constructor for class com.aspose.ocr.RecognitionSettings
Constructor allows to set detectAreas and autoSkew.
RecognitionSettings(boolean) - Constructor for class com.aspose.ocr.RecognitionSettings
Constructor allows to set recognizeSingleLine.
RecognitionSettings.Language - Enum in com.aspose.ocr
 
recognitionText - Variable in class com.aspose.ocr.RecognitionResult
Recognition result of all page or one area
RecognizeLine(String) - Method in class com.aspose.ocr.AsposeOCR
Recognizing a image that contains only one line of text.
RecognizeLine(BufferedImage) - Method in class com.aspose.ocr.AsposeOCR
Recognizing a image that contains only one line of text.
RecognizeMultiplePages(String, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
Batch text recognition in several images packed in ZIP archive or images from folder Internal archives and folders are not supported Only GIF, PNG, JPEG, BMP and WBMP internal images are used for recognition from ZIP archive or from folder Only 20 GIF, PNG, JPEG, BMP, TIFF and WBMP images will be processed by text recognition
RecognizePage(String) - Method in class com.aspose.ocr.AsposeOCR
Recognizing image with automatic detection of text areas and detecting, correct skew of the text.
RecognizePage(String, boolean) - Method in class com.aspose.ocr.AsposeOCR
Recognizing image with automatic detection of text areas.
RecognizePage(BufferedImage) - Method in class com.aspose.ocr.AsposeOCR
Recognizing image with automatic detection of text areas and detecting, correct skew of the text.
RecognizePage(BufferedImage, boolean) - Method in class com.aspose.ocr.AsposeOCR
Recognizing image with automatic detection of text areas.
RecognizePage(String, ArrayList<Rectangle>) - Method in class com.aspose.ocr.AsposeOCR
Recognizing text in a specified rectangles.
RecognizePage(BufferedImage, ArrayList<Rectangle>) - Method in class com.aspose.ocr.AsposeOCR
Recognizing text in a specified rectangles.
RecognizePage(String, Rectangle) - Method in class com.aspose.ocr.AsposeOCR
Will be deprecated Recognizing text in a specified rectangle.
RecognizePage(BufferedImage, Rectangle) - Method in class com.aspose.ocr.AsposeOCR
Will be deprecated Recognizing text in a specified rectangle.
RecognizePage(String, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
Recognizing text from file in the specified options.
RecognizePage(BufferedImage, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
Recognizing text in the specified options.
RecognizePageFromUri(String, RecognitionSettings) - Method in class com.aspose.ocr.AsposeOCR
Recognizing text in a specified settings.

S

setAutoSkew(boolean) - Method in class com.aspose.ocr.RecognitionSettings
Enabled (true) by default.
setDetectAreas(boolean) - Method in class com.aspose.ocr.RecognitionSettings
Enabled (true) by default.
setLanguage(RecognitionSettings.Language) - Method in class com.aspose.ocr.RecognitionSettings
Multi-language (none) by default.
setLicense(String) - Static method in class com.aspose.ocr.License
Set license for library.
setRecognitionAreas(ArrayList<Rectangle>) - Method in class com.aspose.ocr.RecognitionSettings
Manually set areas for recognition.
setRecognizeSingleLine(boolean) - Method in class com.aspose.ocr.RecognitionSettings
Disabled (false) by default.
setSkew(double) - Method in class com.aspose.ocr.RecognitionSettings
Zero by default.
skew - Variable in class com.aspose.ocr.RecognitionResult
List recognition results of a list of areas (Rectangles)

V

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

W

warnings - Variable in class com.aspose.ocr.RecognitionResult
Gets or sets list of the warnings messages describing non-critical faults appeared during generation
A C G I L R S V W 
Skip navigation links

Copyright © 2020 Aspose. All rights reserved.