TextFragment class

TextFragment class

Represents a part of recognized text (word, symbol, etc), extracted by OCR engine.

Learn more

The TextFragment type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the recognized text fragment.

Methods

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

Properties

Property Description
rectangle The bounding rectangle of the recognized text fragment.
text The textual content of the recognized text fragment.

See Also