mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
chore: typo fix
Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com>
This commit is contained in:
parent
00fc7e5e23
commit
980cc076e0
@ -521,7 +521,7 @@ def convert( # noqa: C901
|
||||
if image_export_mode != ImageRefMode.PLACEHOLDER:
|
||||
pipeline_options.generate_page_images = True
|
||||
pipeline_options.generate_picture_images = (
|
||||
True # FIXME: to be deprecated in verson 3
|
||||
True # FIXME: to be deprecated in version 3
|
||||
)
|
||||
pipeline_options.images_scale = 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user