You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubeflow-pipelines/docling-standard/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The following configuration options are available as KFP parameters when you _Cr
18
18
-`docling_image_export_mode`: Image export mode for the document. In `embedded` mode, the image is embedded as base64 encoded string. With `placeholder`, only the position of the image is marked in the output. In `referenced` mode, the image is exported in PNG format and referenced from the main exported document.
19
19
-`docling_num_threads`: Number of threads to be used internally by the Docling engine.
20
20
-`docling_ocr`: If enabled, the bitmap content will be processed using OCR.
21
-
-`docling_ocr_engine`: The OCR engine to use. Current values are: `easyocr`.
21
+
-`docling_ocr_engine`: The OCR engine to use. Current values are: `tesseract_cli`.
22
22
-`docling_pdf_backend`: The PDF backend to use. `pypdfium2`, `dlparse_v1`, `dlparse_v2`, or `dlparse_v4`.
23
23
-`docling_table_mode`: The mode to use in the table structure model. `accurate` or `fast`.
24
24
-`docling_timeout_per_document`: Timeout for each single document conversion.
0 commit comments