Classes
CLASS RichDocument
A RichDocument is a block of content with an underlying DoclingDocument.
It has helper functions for working with the document and extracting parts of it.
Methods:
FUNC parts
FUNC format_for_llm
FUNC docling
FUNC to_markdown
FUNC get_tables
Tables that are a part of this document.
FUNC save
FUNC load
FUNC from_document_file
CLASS TableQuery
Table-specific query.
Methods:
FUNC parts
FUNC format_for_llm
CLASS TableTransform
Table-specific transform.
Methods:
FUNC parts
FUNC format_for_llm
CLASS Table
A Table represents a single table within a larger Docling Document.
Methods:
FUNC from_markdown
FUNC parts
FUNC to_markdown
Table as markdown.
FUNC transpose
Table if successful.