mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-09 05:08:14 +00:00
Move to pipeline_options.layout_options.model
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
@@ -17,8 +17,9 @@ def get_converter():
|
||||
pipeline_options.do_table_structure = False
|
||||
pipeline_options.do_code_enrichment = False
|
||||
pipeline_options.do_formula_enrichment = False
|
||||
pipeline_options.generate_picture_images = False
|
||||
pipeline_options.generate_page_images = False
|
||||
pipeline_options.do_picture_classification = True
|
||||
pipeline_options.generate_picture_images = True
|
||||
pipeline_options.images_scale = 2
|
||||
|
||||
converter = DocumentConverter(
|
||||
|
||||
Reference in New Issue
Block a user