TextLine
TextLine class
Represents a line of text, extracted by OCR engine from an image.
public class TextLine
Constructors
| Name | Description |
|---|---|
| TextLine(IEnumerable<TextFragment>) | Initializes a new instance of a line of text, extracted by OCR engine from an image. |
Properties
| Name | Description |
|---|---|
| Fragments { get; } | Gets an array of text fragments, such as symbols and words, recognized in the line. |
Methods
| Name | Description |
|---|---|
| override ToString() | Returns textual content of the recognized line of text. |
Remarks
Learn more
- More details about using OCR in GroupDocs.Redaction: OCR Usage Basics
See Also
- namespace GroupDocs.Redaction.Integration.Ocr
- assembly GroupDocs.Redaction