MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / test_3027

Function test_3027

tests/test_textextract.py:211–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209
210
211def test_3027():
212 path = path = f'{pymupdfdir}/tests/resources/2.pdf'
213 doc = pymupdf.open(path)
214 page = doc[0]
215 textpage = page.get_textpage()
216 pymupdf.utils.get_text(page=page, option="dict", textpage=textpage)["blocks"]
217
218
219def test_3186():

Callers

nothing calls this directly

Calls 2

get_textpageMethod · 0.45
get_textMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…