Interface: ExtractedTable
Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:770
A structured table extracted from a document.
Properties
caption?
optionalcaption:string
Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:784
Optional caption or title for the table.
headers
headers:
string[]
Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:774
Column header labels, in order.
pageNumber?
optionalpageNumber:number
Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:789
Page number the table appears on (1-based, PDF/DOCX).
rows
rows:
string[][]
Defined in: packages/agentos/src/cognition/memory/io/facade/types.ts:779
Data rows; each row is an array of cell strings aligned to headers.