mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix: use only backend for picture classifier (#1904)
use backend for picture classifier Signed-off-by: Michele Dolfi <dol@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