From 980cc076e012dec28521f2547c1d78c04ce17c39 Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:08:02 +0800 Subject: [PATCH] chore: typo fix Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com> --- docling/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/cli/main.py b/docling/cli/main.py index c4426555..98a4c8d7 100644 --- a/docling/cli/main.py +++ b/docling/cli/main.py @@ -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