public class RecognizedImage extends Object
| Modifier and Type | Field and Description |
|---|---|
static RecognizedImage |
EMPTY
Empty recognized image
|
| Constructor and Description |
|---|
RecognizedImage(List<TextLine> lines)
Initializes a new instance of the class, using a set of recognized lines.
|
| Modifier and Type | Method and Description |
|---|---|
TextLine[] |
getLines()
Gets lines of text, with their fragments, recognized within the document.
|
String |
getText()
Gets textual equivalent of the structured text
|
public static final RecognizedImage EMPTY
Copyright © 2026. All rights reserved.