Skip to content

Commit 55f5f37

Browse files
authored
docs: Document VLM support requirement in extraction example (#2231)
* docs: Document VLM support requirement in extraction example * DCO Remediation Commit for Tamás Bitai <[email protected]> I, Tamás Bitai <[email protected]>, hereby add my Signed-off-by to this commit: b90defd Signed-off-by: Tamás Bitai <[email protected]> --------- Signed-off-by: Tamás Bitai <[email protected]>
1 parent df60673 commit 55f5f37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/examples/extraction.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
"Check out the subsections below for different usage scenarios."
3030
]
3131
},
32+
{
33+
"cell_type": "code",
34+
"execution_count": null,
35+
"id": "f52005fe",
36+
"metadata": {},
37+
"outputs": [],
38+
"source": [
39+
"%pip install -q docling[vlm] # Install the Docling package with VLM support"
40+
]
41+
},
3242
{
3343
"cell_type": "code",
3444
"execution_count": 1,

0 commit comments

Comments
 (0)