From ab893b637f75cae9ffeb39fbea2227b632b4c987 Mon Sep 17 00:00:00 2001 From: David Morady <29502285+dmorady1@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:04:08 +0200 Subject: [PATCH] add small comment for test --- tests/test_e2e_ocr_conversion.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_e2e_ocr_conversion.py b/tests/test_e2e_ocr_conversion.py index 88e31cdb..60cf1e6e 100644 --- a/tests/test_e2e_ocr_conversion.py +++ b/tests/test_e2e_ocr_conversion.py @@ -79,7 +79,9 @@ def test_e2e_conversions(): RapidOcrOptions( force_full_page_ocr=True, rec_font_path="test", - rapidocr_params={"rec_font_path": None}, + rapidocr_params={ + "rec_font_path": None + }, # should overwrite rec_font_path ), False, )