From 55f5f3752f33f5b495cb2af5e6a3aee5d157fad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Bitai?= Date: Tue, 9 Sep 2025 13:45:55 +0200 Subject: [PATCH] docs: Document VLM support requirement in extraction example (#2231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Document VLM support requirement in extraction example * DCO Remediation Commit for Tamás Bitai I, Tamás Bitai , hereby add my Signed-off-by to this commit: b90defdb77ceb5c0090c72d5bfd6c3fb490e5efb Signed-off-by: Tamás Bitai --------- Signed-off-by: Tamás Bitai --- docs/examples/extraction.ipynb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/examples/extraction.ipynb b/docs/examples/extraction.ipynb index 850c6feb..8335e611 100644 --- a/docs/examples/extraction.ipynb +++ b/docs/examples/extraction.ipynb @@ -29,6 +29,16 @@ "Check out the subsections below for different usage scenarios." ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "f52005fe", + "metadata": {}, + "outputs": [], + "source": [ + "%pip install -q docling[vlm] # Install the Docling package with VLM support" + ] + }, { "cell_type": "code", "execution_count": 1,