Skip to main content

Crate officemd_docling

Crate officemd_docling 

Source
Expand description

Docling Document JSON renderer for OOXML IR.

Translates the shared OoxmlDocument intermediate representation into Docling Document JSON (v1.9.0).

Modules§

builder
Builder for assembling a DoclingDocument with automatic index allocation.
convert
Shared conversion helpers used by format-specific modules.
convert_docx
DOCX-specific conversion from OoxmlDocument IR to Docling structures.
convert_pdf
PDF-specific conversion from OoxmlDocument IR to Docling structures.
convert_pptx
PPTX-specific conversion from OoxmlDocument IR to Docling structures.
convert_xlsx
XLSX-specific conversion from OoxmlDocument IR to Docling structures.
model
Docling Document v1.9.0 model types.

Functions§

convert_document
Convert an OOXML IR document to a Docling Document.
convert_document_json
Convert an OOXML IR document to Docling Document JSON string.