Package | Description |
---|---|
com.aspose.ocr |
Modifier and Type | Method and Description |
---|---|
static AreasType |
AreasType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreasType[] |
AreasType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Rectangle> |
AsposeOCR.getTextAreas(BufferedImage image_,
AreasType areasType,
boolean isDetectAreas)
Detects text areas on image.
|
ArrayList<Rectangle> |
AsposeOCR.getTextAreas(String fullPath,
AreasType areasType,
boolean isDetectAreas)
Detects text areas on image.
|
Copyright © 2021 Aspose. All rights reserved.