| Modifier and Type | Method and Description |
|---|---|
Rectangle |
TextField.getBounds()
Gets the boundaries of the text field in the image.
|
Rectangle |
HologramAuthenticationResult.getBounds()
Gets the exact bounds of the text in the image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectedDocument |
DocumentDetector.detectDocument(DocumentImage image,
Rectangle detectionZone)
Detects a document on a delimited area of the specified DocumentImage and returns a DetectedDocument.
|
DetectedDocument |
DocumentDetector.detectDocumentByName(DocumentImage image,
java.lang.String documentName,
Rectangle detectionZone)
Detects a document with specified name on a delimited area of the specified DocumentImage and returns a DetectedDocument.
|
DocumentImage |
DocumentImage.extractRoi(Rectangle bounds)
Extracts a region of interest in the image according to the given bounds.
|
DocumentImage |
DocumentImage.extractRoiWithColor(Rectangle bounds,
int colorRed,
int colorGreen,
int colorBlue)
Extracts a region of interest in the image according to the given bounds.
|
| Constructor and Description |
|---|
Rectangle(Rectangle rectangle)
Initializes a new instance of the Rectangle class by copying another Rectangle.
|
Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document