src/bundles/docling/README.md
Docling components for Langflow packaged as a standalone Extension Bundle.
The bundle is installed with Langflow in the 1.10 workspace. The base package includes docling-core for the DoclingDocument schema. For standalone local conversion:
uv pip install "lfx-docling[local]"
Chunking and picture-description support use separate optional extras. Chunking does not install the full local converter/OCR stack:
uv pip install "lfx-docling[chunking]"
uv pip install "lfx-docling[image-description]"
uv run lfx extension validate src/bundles/docling/src/lfx_docling
uv run pytest src/bundles/docling/tests