Line interface

An object representing a recognized text line.

Properties

boundingBox

Bounding box of a recognized line.

text

The text content of the line.

words

List of words in the text line.

Property Details

boundingBox

Bounding box of a recognized line.

boundingBox?: number[]

Property Value

number[]

text

The text content of the line.

text?: string

Property Value

string

words

List of words in the text line.

words?: Word[]

Property Value

Word[]