Skip to contents

Setup

Install and check the Docling Python backend.

install_docling()
Install the Docling Python backend
docling_available()
Is the Docling backend available?

Convert

Turn documents into structured handles.

docling_convert()
Convert one or more documents with Docling
docling_n_pages()
Number of pages in a converted document

Export

Render a converted document into downstream formats.

Extract

Mine tables and figures.

docling_tables()
Extract tables as data frames
docling_figures()
Extract figures (pictures) from a converted document

RAG pipeline

Chunk documents and attach embeddings.

docling_chunk()
Split a document into RAG-ready chunks
docling_embed()
Attach embeddings to chunks