Package | Description |
---|---|
com.groupdocs.redaction.integration |
The package provides interfaces and classes, used to integrate documents of different formats with GroupDocs.Redactions.
|
Modifier and Type | Method and Description |
---|---|
TextLine[] |
RecognizedImage.getLines()
Gets lines of text, with their fragments, recognized within the document.
|
Constructor and Description |
---|
RecognizedImage(TextLine[] lines)
Initializes a new instance of the class, using a set of recognized lines.
|