Update README.md
Browse files
README.md
CHANGED
|
@@ -56,7 +56,7 @@ The easiest way to use this model is through the [🐥Docling](https://github.co
|
|
| 56 |
|
| 57 |
Install the latest version of `docling` through pip, then use the following CLI command:
|
| 58 |
|
| 59 |
-
```
|
| 60 |
# Convert to HTML and Markdown:
|
| 61 |
docling --to html --to md --pipeline vlm --vlm-model granite_docling "https://arxiv.org/pdf/2501.17887" # accepts files, urls or directories
|
| 62 |
|
|
|
|
| 56 |
|
| 57 |
Install the latest version of `docling` through pip, then use the following CLI command:
|
| 58 |
|
| 59 |
+
```sh
|
| 60 |
# Convert to HTML and Markdown:
|
| 61 |
docling --to html --to md --pipeline vlm --vlm-model granite_docling "https://arxiv.org/pdf/2501.17887" # accepts files, urls or directories
|
| 62 |
|