From 9cc5abd24167640af7dd9d26f80e9b363f05defe Mon Sep 17 00:00:00 2001 From: Maksym Lysak Date: Wed, 19 Mar 2025 14:53:49 +0100 Subject: [PATCH] corrections in the documentation Signed-off-by: Maksym Lysak --- README.md | 2 +- docs/usage/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 544209e4..46a16222 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ docling https://arxiv.org/pdf/2206.01062 You can also use 🥚[SmolDocling](https://huggingface.co/ds4sd/SmolDocling-256M-preview) via Docling CLI: ```bash -docling --pipeline vlm --vlm-model smoldocling tests/data/pdf/2305.03393v1-pg9.pdf +docling --pipeline vlm --vlm-model smoldocling https://arxiv.org/pdf/2206.01062 ``` This will use MLX acceleration on supported Apple Silicon hardware. Read more [here](https://docling-project.github.io/docling/usage/) diff --git a/docs/usage/index.md b/docs/usage/index.md index 01caad65..eb29a336 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -29,7 +29,7 @@ To see all available options (export formats etc.) run `docling --help`. More de #### SmolDocling via CLI You can also use 🥚[SmolDocling](https://huggingface.co/ds4sd/SmolDocling-256M-preview) via Docling CLI: ```bash -docling --pipeline vlm --vlm-model smoldocling tests/data/pdf/2305.03393v1-pg9.pdf +docling --pipeline vlm --vlm-model smoldocling https://arxiv.org/pdf/2206.01062 ``` This will use MLX acceleration on supported Apple Silicon hardware.