Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Table

The table extracted from a document.

Properties

bodyRows

bodyRows: Array<TableRow>

The body rows.

boundingPolygon

boundingPolygon: BoundingPolygon

columnCount

columnCount: number

The number of columns. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

confidence

confidence: number

The confidence score between 0 and 1. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

footerRows

footerRows: Array<TableRow>

the footer rows.

headerRows

headerRows: Array<TableRow>

The header rows.

rowCount

rowCount: number

The number of rows. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Table): object

getJsonObj

  • getJsonObj(obj: Table): object