mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
add small comment for test
This commit is contained in:
@@ -79,7 +79,9 @@ def test_e2e_conversions():
|
|||||||
RapidOcrOptions(
|
RapidOcrOptions(
|
||||||
force_full_page_ocr=True,
|
force_full_page_ocr=True,
|
||||||
rec_font_path="test",
|
rec_font_path="test",
|
||||||
rapidocr_params={"rec_font_path": None},
|
rapidocr_params={
|
||||||
|
"rec_font_path": None
|
||||||
|
}, # should overwrite rec_font_path
|
||||||
),
|
),
|
||||||
False,
|
False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user