Always generate page images, default in docling-serve
This commit is contained in:
parent
ace58a7034
commit
6ab990b2ed
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