TextLine class

TextLine class

Represents a line of text, extracted by OCR engine from an image.

Learn more

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.

Methods

Method Description
to_string Returns textual content of the recognized line of text.

Properties

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

See Also