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

Method _getNewBlockList

src/__init__.py:16411–16412  ·  view source on GitHub ↗
(self, page_dict, raw)

Source from the content-addressed store, hash-verified

16409 return text
16410
16411 def _getNewBlockList(self, page_dict, raw):
16412 JM_make_textpage_dict(self.this, page_dict, raw)
16413
16414 def _textpage_dict(self, raw=False):
16415 page_dict = {"width": self.rect.width, "height": self.rect.height}

Callers 1

_textpage_dictMethod · 0.95

Calls 1

JM_make_textpage_dictFunction · 0.85

Tested by

no test coverage detected