mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
feat: Switch default layout model to DOCLING_LAYOUT_HERON. Update the unit test data.
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
This commit is contained in:
@@ -287,7 +287,7 @@ class LayoutOptions(BaseModel):
|
|||||||
skip_cell_assignment: bool = (
|
skip_cell_assignment: bool = (
|
||||||
False # Skip cell-to-cluster assignment for VLM-only processing
|
False # Skip cell-to-cluster assignment for VLM-only processing
|
||||||
)
|
)
|
||||||
model_spec: LayoutModelConfig = DOCLING_LAYOUT_V2
|
model_spec: LayoutModelConfig = DOCLING_LAYOUT_HERON
|
||||||
|
|
||||||
|
|
||||||
class AsrPipelineOptions(PipelineOptions):
|
class AsrPipelineOptions(PipelineOptions):
|
||||||
|
|||||||
Reference in New Issue
Block a user