DocumentFootnote interface
An object representing the location and content of a table footnote.
Properties
bounding |
Bounding regions covering the table footnote. |
content | Table footnote content. |
spans | Location of the table footnote in the reading order concatenated content. |
Property Details
boundingRegions
Bounding regions covering the table footnote.
boundingRegions?: BoundingRegion[]
Property Value
content
Table footnote content.
content: string
Property Value
string
spans
Location of the table footnote in the reading order concatenated content.
spans: DocumentSpan[]