DocumentSectionOutput interface
An object representing a section in the document.
Properties
elements | Child elements of the section. |
spans | Location of the section in the reading order concatenated content. |
Property Details
elements
Child elements of the section.
elements?: string[]
Property Value
string[]
spans
Location of the section in the reading order concatenated content.
spans: DocumentSpanOutput[]