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

Method get_textbox

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

Source from the content-addressed store, hash-verified

1070 return utils.get_text(self, *args, **kwargs)
1071
1072 def get_textbox(self, *args, **kwargs):
1073 return utils.get_textbox(self, *args, **kwargs)
1074
1075 def get_textpage(self, clip=None, flags=0):
1076 """Make annotation TextPage."""

Callers

nothing calls this directly

Calls 1

get_textboxMethod · 0.45

Tested by

no test coverage detected