Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Cell

A single cell in a table.

Properties

boundingPolygon

boundingPolygon: BoundingPolygon

columnIndex

columnIndex: number

The index of the cell inside the column. 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.

rowIndex

rowIndex: number

The index of the cell inside the row. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

text

text: string

The text recognized in the cell.

wordIndexes

wordIndexes: Array<number>

The words detected in the cell.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Cell): object

getJsonObj

  • getJsonObj(obj: Cell): object