We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c40b1 commit a63ebb1Copy full SHA for a63ebb1
docling/experimental/datamodel/threaded_layout_vlm_pipeline_options.py
@@ -14,8 +14,6 @@
14
class ThreadedLayoutVlmPipelineOptions(PaginatedPipelineOptions):
15
"""Pipeline options for the threaded layout+VLM pipeline."""
16
17
- # Inherit page image generation from PaginatedPipelineOptions but enable by default
18
- generate_page_images: bool = True
19
images_scale: float = 2.0
20
21
# VLM configuration (will be enhanced with layout awareness by the pipeline)
@@ -28,6 +26,6 @@ class ThreadedLayoutVlmPipelineOptions(PaginatedPipelineOptions):
28
26
29
27
# Threading and batching controls
30
layout_batch_size: int = 4
31
- vlm_batch_size: int = 2
+ vlm_batch_size: int = 4
32
batch_timeout_seconds: float = 2.0
33
queue_max_size: int = 50
0 commit comments