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 9217306 commit 1b1aa9dCopy full SHA for 1b1aa9d
tests/integration_tests/models/reader/test_mineru_parser.py
@@ -25,8 +25,8 @@ def test_parse_pdf():
25
26
first = text_blocks[0]
27
assert "text" in first
28
- assert isinstance(first["text"], str)
29
- assert first["text"].strip(), "Empty text content"
+ assert isinstance(first["content"], str)
+ assert first["content"].strip(), "Empty text content"
30
31
32
def test_empty_pdf(tmp_path: Path) -> None:
0 commit comments