Merge branch 'dev/add-granite-docling-extension' of github.com:DS4SD/docling into dev/add-granite-docling-extension

This commit is contained in:
Christoph Auer
2025-09-16 16:34:09 +02:00
10 changed files with 41 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ from docling.pipeline.vlm_pipeline import VlmPipeline
source = "https://arxiv.org/pdf/2501.17887"
###### USING SIMPLE DEFAULT VALUES
# - SmolDocling model
# - GraniteDocling model
# - Using the transformers framework
converter = DocumentConverter(
@@ -53,7 +53,7 @@ print(doc.export_to_markdown())
# For more options see the `compare_vlm_models.py` example.
pipeline_options = VlmPipelineOptions(
vlm_options=vlm_model_specs.SMOLDOCLING_MLX,
vlm_options=vlm_model_specs.GRANITEDOCLING_MLX,
)
converter = DocumentConverter(