add small comment for test

This commit is contained in:
David Morady
2025-09-15 15:04:08 +02:00
parent 31c8426649
commit ab893b637f

View File

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