TextLine class

TextLine class

Represents text extracted from an image as a result of its recognition process.

The TextLine type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of a line of text, extracted by OCR engine from an image.

Properties

Property Description
fragments The array of text fragments, such as symbols and words, recognized in the line.

See Also