Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormTableCell

Package version

Represents a cell in recognized table

Hierarchy

  • FormTableCell

Index

Properties

boundingBox

boundingBox: Point2D[]

Bounding box of the cell.

columnIndex

columnIndex: number

Column index of the cell.

Optional columnSpan

columnSpan: undefined | number

Number of columns spanned by this cell.

confidence

confidence: number

Confidence value.

Optional isFooter

isFooter: undefined | false | true

Is the current cell a footer cell?

Optional isHeader

isHeader: undefined | false | true

Is the current cell a header cell?

rowIndex

rowIndex: number

Row index of the cell.

Optional rowSpan

rowSpan: undefined | number

Number of rows spanned by this cell.

text

text: string

Text content of the cell.

Optional textContent

textContent: FormContent[]

When includeTextDetails is set to true, a list of references to the text elements constituting this table cell.

Generated using TypeDoc