import { type DocumentTable } from "https://deno.land/x/aiformrecognizer@v1.2.0/src/interfaces/document-analysis-models.ts";
A table object consisting table cells arranged in a rectangular layout.
Properties
cells: DocumentTableCell[]
Cells contained within the table.
optional
boundingRegions: BoundingRegion[]Bounding regions covering the table.
spans: DocumentSpan[]
Location of the table in the reading order concatenated content.