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

Method get_text_blocks

src/__init__.py:12147–12148  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

12145 return utils.get_text(self, *args, **kwargs)
12146
12147 def get_text_blocks(self, *args, **kwargs):
12148 return utils.get_text_blocks(self, *args, **kwargs)
12149
12150 def get_text_selection(self, *args, **kwargs):
12151 return utils.get_text_selection(self, *args, **kwargs)

Callers 1

test_2608Function · 0.80

Calls

no outgoing calls

Tested by 1

test_2608Function · 0.64