From b6352afb9e3eb6791723680353cb0c156e83b3a2 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Thu, 10 Apr 2025 16:20:24 +0200 Subject: [PATCH] add examples to docs Signed-off-by: Michele Dolfi --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 0fc7f5f1..dd842d6d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,6 +75,8 @@ nav: - "Custom conversion": examples/custom_convert.py - "Batch conversion": examples/batch_convert.py - "Multi-format conversion": examples/run_with_formats.py + - "VLM pipeline with SmolDocling": examples/minimal_vlm_pipeline.py + - "VLM pipeline with remote model": examples/vlm_pipeline_api_model.py - "Figure export": examples/export_figures.py - "Table export": examples/export_tables.py - "Multimodal export": examples/export_multimodal.py