Skip to content

Commit

Permalink
forgot about that
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Sep 4, 2024
1 parent 72a89c5 commit 2f77fe3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/extras/test_full_text_ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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()

Expand Down

0 comments on commit 2f77fe3

Please sign in to comment.