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