corrections in the documentation

Signed-off-by: Maksym Lysak <mly@zurich.ibm.com>
This commit is contained in:
Maksym Lysak 2025-03-19 14:53:49 +01:00
parent db5cc61494
commit 9cc5abd241
2 changed files with 2 additions and 2 deletions

View File

@ -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: You can also use 🥚[SmolDocling](https://huggingface.co/ds4sd/SmolDocling-256M-preview) via Docling CLI:
```bash ```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. This will use MLX acceleration on supported Apple Silicon hardware.
Read more [here](https://docling-project.github.io/docling/usage/) Read more [here](https://docling-project.github.io/docling/usage/)

View File

@ -29,7 +29,7 @@ To see all available options (export formats etc.) run `docling --help`. More de
#### SmolDocling via CLI #### SmolDocling via CLI
You can also use 🥚[SmolDocling](https://huggingface.co/ds4sd/SmolDocling-256M-preview) via Docling CLI: You can also use 🥚[SmolDocling](https://huggingface.co/ds4sd/SmolDocling-256M-preview) via Docling CLI:
```bash ```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. This will use MLX acceleration on supported Apple Silicon hardware.