fix test comment

This commit is contained in:
David Morady
2025-09-15 17:35:52 +02:00
parent 049b43d959
commit 028e332aa9

View File

@@ -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,
) )