mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix test comment
This commit is contained in:
@@ -79,9 +79,7 @@ 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={
|
rapidocr_params={"Rec.font_path": None}, # overwrites rec_font_path
|
||||||
"Rec.font_path": None
|
|
||||||
}, # should overwrite rec_font_path
|
|
||||||
),
|
),
|
||||||
False,
|
False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user