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.

columnSpan

columnSpan: number

Number of columns spanned by this cell.

confidence

confidence: number

Confidence value.

Optional fieldElements

fieldElements: FormElement[]

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

isFooter

isFooter: boolean

Is the current cell a footer cell?

isHeader

isHeader: boolean

Is the current cell a header cell?

pageNumber

pageNumber: number

The 1-based page number in the input document where the table cell appears.

rowIndex

rowIndex: number

Row index of the cell.

rowSpan

rowSpan: number

Number of rows spanned by this cell.

text

text: string

Text content of the cell.

Generated using TypeDoc