- 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.
- 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
-
Recognizing text in a specified rectangle.
- RecognizePage(BufferedImage, Rectangle) - Method in class com.aspose.ocr.AsposeOCR
-
Recognizing text in a specified rectangle.