- 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
Contains elements with recognition information and methods for result export
- 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.
- RecognitionSettings.Language - Enum in com.aspose.ocr.gpu
-
- 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
-
Recognizing a image that contains only one line of text.
- RecognizeLine(BufferedImage) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Recognizing a image that contains only one line of text.
- RecognizeMultiplePages(String, RecognitionSettings) - Method in class com.aspose.ocr.gpu.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.gpu.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.gpu.AsposeOCR
-
Recognizing image with automatic detection of text areas.
- RecognizePage(BufferedImage) - Method in class com.aspose.ocr.gpu.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.gpu.AsposeOCR
-
Recognizing image with automatic detection of text areas.
- RecognizePage(String, ArrayList<Rectangle>) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Recognizing text in a specified rectangles.
- RecognizePage(BufferedImage, ArrayList<Rectangle>) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Recognizing text in a specified rectangles.
- RecognizePage(String, Rectangle) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Will be deprecated
Recognizing text in a specified rectangle.
- RecognizePage(BufferedImage, Rectangle) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Will be deprecated
Recognizing text in a specified rectangle.
- RecognizePage(String, RecognitionSettings) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Recognizing text from file in the specified options.
- RecognizePage(BufferedImage, RecognitionSettings) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Recognizing text in the specified options.
- RecognizePageFromUri(String, RecognitionSettings) - Method in class com.aspose.ocr.gpu.AsposeOCR
-
Recognizing text in a specified settings.