Skip to content

Commit

Permalink
Merge pull request #388 from VikParuchuri/dev-mose/marker-v2
Browse files Browse the repository at this point in the history
Update tests
  • Loading branch information
VikParuchuri authored Nov 26, 2024
2 parents f26834c + 34ece17 commit e2f55da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/processors/test_ignoretext.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ def test_ignoretext_processor(pdf_document):
page0_header = pdf_document.pages[0].contained_blocks(pdf_document, [BlockTypes.Text])[0]
assert "bioRxiv" in page0_header.raw_text(pdf_document)

first_span = page0_header.contained_blocks(pdf_document, [BlockTypes.Span])[0]
assert first_span.ignore_for_output is True
assert page0_header.ignore_for_output is True

0 comments on commit e2f55da

Please sign in to comment.