We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5603b commit 035aea4Copy full SHA for 035aea4
tests/test_recognition.py
@@ -6,4 +6,4 @@ def test_recognition(recognition_predictor, detection_predictor, test_image):
6
7
text_lines = recognition_results[0].text_lines
8
assert len(text_lines) == 4
9
- assert text_lines[0].text == "Hello World"
+ assert "Hello World" in text_lines[0].text
0 commit comments