ExtractedTable interface

Extraction information about a table contained in a page.

Properties

columns

List of columns contained in the table.

id

Table identifier.

Property Details

columns

List of columns contained in the table.

columns?: ExtractedTableColumn[]

Property Value

id

Table identifier.

id?: string

Property Value

string