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
DoclingDocumentwith automatic index allocation. - convert
- Shared conversion helpers used by format-specific modules.
- convert_
docx - DOCX-specific conversion from
OoxmlDocumentIR to Docling structures. - convert_
pdf - PDF-specific conversion from
OoxmlDocumentIR to Docling structures. - convert_
pptx - PPTX-specific conversion from
OoxmlDocumentIR to Docling structures. - convert_
xlsx - XLSX-specific conversion from
OoxmlDocumentIR 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.