Skip to main content
interface DocumentTable
import { type DocumentTable } from "https://deno.land/x/aiformrecognizer@v1.1.0/mod.ts";

A table object consisting table cells arranged in a rectangular layout.

Properties

rowCount: number

Number of rows in the table.

columnCount: number

Number of columns in the table.

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.