ExtractedTableColumn interface

Extraction information of a column in a table.

Properties

entries

Extracted text for each cell of a column. Each cell in the column can have a list of one or more tokens.

header

List of extracted tokens for the column header.

Property Details

entries

Extracted text for each cell of a column. Each cell in the column can have a list of one or more tokens.

entries?: ExtractedToken[][]

Property Value

header

List of extracted tokens for the column header.

header?: ExtractedToken[]

Property Value