Represents a single block, e.g. a paragraph. A block is made up of lines.

Hierarchy

Constructors

Properties

Constructors

Properties

_type: "Block"
confidence: number

Text confidence. Range is [0-1].

lines: Line[]

List of lines.

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.

Generated using TypeDoc