Always generate page images, default in docling-serve
This commit is contained in:
parent
c2357c563d
commit
0aa9d8e413
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ class DoclingLocalConverter(DocumentConverter):
|
|||
do_ocr=opts.do_ocr,
|
||||
do_table_structure=opts.do_table_structure,
|
||||
images_scale=opts.images_scale,
|
||||
generate_page_images=True,
|
||||
table_structure_options=TableStructureOptions(
|
||||
do_cell_matching=opts.table_cell_matching,
|
||||
mode=(
|
||||
|
|
|
|||
Loading…
Reference in a new issue