docs/integrations/docling.md
Kotaemon provides a Docling reader to enable local document ingestion with structure-aware parsing, including text, tables, and figures.
The reader is located under kotaemon/loaders/docling_loader.
uv pip install -e "libs/kotaemon[docling]"
Docling can generate figure captions when a VLM endpoint is available. Set KH_VLM_ENDPOINT in your .env file or application settings to enable captioning.
KH_VLM_ENDPOINT=http://your-vlm-endpoint
If KH_VLM_ENDPOINT is not set, Docling will still extract text, tables, and figure metadata, but it will skip generated figure captions.
Docling (figure+table extraction).Document objects.