Modifier and Type | Method and Description |
---|---|
ArrayList<RecognitionResult> |
AsposeOCR.RecognizeMultiplePages(String path,
RecognitionSettings settings)
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
|
RecognitionResult |
AsposeOCR.RecognizePage(BufferedImage image_,
RecognitionSettings settings)
Recognizing text in the specified options.
|
RecognitionResult |
AsposeOCR.RecognizePage(String fullPath,
RecognitionSettings settings)
Recognizing text from file in the specified options.
|
RecognitionResult |
AsposeOCR.RecognizePageFromUri(String uri,
RecognitionSettings settings)
Recognizing text in a specified settings.
|
Copyright © 2020 Aspose. All rights reserved.