Represents a single line. A line is made up of words.

Hierarchy

Constructors

Properties

Constructors

Properties

_type: "Line"
confidence: number

Text confidence. Range is [0-1].

roi: Point[]

Quad where the text was found in image coordinates. The order of the points is clockwise starting from the top left.

text: string

The recognized text.

words: Word[]

List of words.

Generated using TypeDoc