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
ExtractedToken[][]
header
List of extracted tokens for the column header.
header?: ExtractedToken[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript