Line interface
An object representing a recognized text line.
Properties
bounding |
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