DocumentListOutput interface

An object representing a list in the document.

Properties

items

Items in the list.

spans

Location of the list in the reading order concatenated content.

Property Details

items

Items in the list.

items: DocumentListItemOutput[]

Property Value

spans

Location of the list in the reading order concatenated content.

spans: DocumentSpanOutput[]

Property Value