Modular version of the Docling package providing SDK and CLI for parsing PDF, DOCX, HTML, and other document formats into a unified document representation. Version 2.97.0 supports Python 3.10-3.12. The library is actively maintained with frequent releases.
pip install docling-slimNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Convert a document (PDF, DOCX, HTML, etc.) to a DoclingDocument using the default pipeline.
Use 'pip install docling-slim[all]' for full functionality or specify needed extras.
Use 'from docling.document_converter import DocumentConverter'.
Use converter = await DocumentConverter.create_async() and then result = await converter.convert_async(source).
No dependency data recorded yet.
No resource links recorded.