From e69b02eeeb7255bc579b0dcc481552cf006b1d63 Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Wed, 19 Feb 2025 07:12:34 +0100 Subject: [PATCH] switch docs to notbook Signed-off-by: Michele Dolfi --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2b7127a5..36bcacb5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,7 +75,7 @@ nav: - "Figure enrichment": examples/develop_picture_enrichment.py - "Table export": examples/export_tables.py - "Multimodal export": examples/export_multimodal.py - - "Annotate picture with local vlm": examples/pictures_description.py + - "Annotate picture with local vlm": examples/pictures_description.ipynb - "Annotate picture with remote vlm": examples/pictures_description_api.py - "Force full page OCR": examples/full_page_ocr.py - "Automatic OCR language detection with tesseract": examples/tesseract_lang_detection.py