Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataTableCell

Package version

Information about the extracted cell in a table.

Hierarchy

  • DataTableCell

Index

Properties

boundingBox

boundingBox: number[]

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 elements

elements: string[]

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

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.

Generated using TypeDoc