()
| 50 | |
| 51 | |
| 52 | def test_text(): |
| 53 | doc = pymupdf.open() |
| 54 | page = doc.new_page() |
| 55 | annot = page.add_text_annot(r.tl, t1) |
| 56 | assert annot.type == (0, "Text") |
| 57 | |
| 58 | |
| 59 | def test_highlight(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…