| Package | Description |
|---|---|
| com.aspose.ocr |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AsposeOCR.CompareImageTexts(String fullPath1,
String fullPath2,
RecognitionSettings settings)
Check if two images contain the same text.
|
boolean |
AsposeOCR.CompareImageTexts(String fullPath1,
String fullPath2,
RecognitionSettings settings,
boolean ignoreCase)
Check if two images contain the same text.
|
boolean |
AsposeOCR.ImageHasText(String fullPath,
Pattern regex,
RecognitionSettings settings)
Check if the image text matches the provided regular expression.
|
boolean |
AsposeOCR.ImageHasText(String fullPath,
String text,
RecognitionSettings settings)
Check if the image contains the provided text fragment with a case-insensitive search.
|
boolean |
AsposeOCR.ImageHasText(String fullPath,
String text,
RecognitionSettings settings,
boolean ignoreCase)
Check if the image contains the provided text fragment.
|
float |
AsposeOCR.ImageTextDiff(String fullPath1,
String fullPath2,
RecognitionSettings settings)
Compare the texts on the two images and return a number representing how similar they are (0 to 1).
|
float |
AsposeOCR.ImageTextDiff(String fullPath1,
String fullPath2,
RecognitionSettings settings,
boolean ignoreCase)
Compare the texts on the two images and return a number representing how similar they are (0 to 1).
|
OcrOutput |
AsposeOCR.Recognize(OcrInput input,
RecognitionSettings settings)
Recognizes image with the ability to specify
Supports GIF, PNG, JPEG, WBMP, TIFF, JFIF, TIFF, PDF, InputStream, BufferedImage, folder, array, zip archive, URL, base64.
|
| Constructor and Description |
|---|
RecognitionSettings(RecognitionSettings recSettings) |
Copyright © 2025 Aspose. All rights reserved.