mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
docs: Document VLM support requirement in extraction example (#2231)
* docs: Document VLM support requirement in extraction example
* DCO Remediation Commit for Tamás Bitai <bitai.tamas@gmail.com>
I, Tamás Bitai <bitai.tamas@gmail.com>, hereby add my Signed-off-by to this commit: b90defdb77
Signed-off-by: Tamás Bitai <bitai.tamas@gmail.com>
---------
Signed-off-by: Tamás Bitai <bitai.tamas@gmail.com>
This commit is contained in:
10
docs/examples/extraction.ipynb
vendored
10
docs/examples/extraction.ipynb
vendored
@@ -29,6 +29,16 @@
|
|||||||
"Check out the subsections below for different usage scenarios."
|
"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",
|
"cell_type": "code",
|
||||||
"execution_count": 1,
|
"execution_count": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user