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 |
---|---|
TextFragment[] |
TextLine.getFragments()
Gets an array of text fragments, such as symbols and words, recognized in the line.
|
Constructor and Description |
---|
TextLine(TextFragment[] fragments)
Initializes a new instance of a line of text, extracted by OCR engine from an image.
|