diff --git a/tests/extras/test_full_text_ocr.py b/tests/extras/test_full_text_ocr.py index 373b5852..44a827d8 100644 --- a/tests/extras/test_full_text_ocr.py +++ b/tests/extras/test_full_text_ocr.py @@ -6,7 +6,6 @@ from mindee.product import InternationalIdV2 from tests.utils import EXTRAS_DIR - # NOTE: Implementing extras per pages without content (like the Java library) # would be a breaking change for the Python SDK. # This fixture is left here as a reminder that next major version should probably implement it. @@ -28,8 +27,8 @@ def load_document(): def test_get_full_text_ocr_result( - load_document, - # load_pages + load_document, + # load_pages ): expected_text = (EXTRAS_DIR / "full_text_ocr/full_text_ocr.txt").read_text()