Enum DocItemLabel
Labels for document content items, following the docling DocItemLabel convention.
public enum DocItemLabel
Fields
Caption = 9Caption for a table or picture.
CheckboxSelected = 14Selected checkbox.
CheckboxUnselected = 15Unselected checkbox.
Code = 7Code block.
DocumentIndex = 13Document index / table of contents.
Footnote = 10Footnote.
Formula = 8Mathematical formula.
KeyValueRegion = 17Key-value region.
ListItem = 4List item.
Page footer (furniture).
PageHeader = 11Page header (furniture).
Paragraph = 2Generic paragraph text.
Picture = 6Picture or image.
Reference = 16Reference / citation.
SectionHeader = 1Section heading (with level).
Table = 5Table.
Text = 3Generic text element.
Title = 0Document title.