Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormLine

Package version

Represents an recognized text line.

Hierarchy

Index

Properties

boundingBox

boundingBox: Point2D[]

Bounding box of an recognized word.

kind

kind: "line"

Element kind - "line"

pageNumber

pageNumber: number

The 1-based page number in the input document.

text

text: string

The text content of the word.

words

words: FormWord[]

List of words in the text line.

Generated using TypeDoc