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,