MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / get_text

Method get_text

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

Source from the content-addressed store, hash-verified

12142 return rc
12143
12144 def get_text(self, *args, **kwargs):
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)

Callers 15

page_simpleFunction · 0.45
page_blocksortFunction · 0.45
page_layoutFunction · 0.45
get_textpage_ocrFunction · 0.45
get_textMethod · 0.45
get_page_textMethod · 0.45
get_highlight_selectionFunction · 0.45
_get_headerMethod · 0.45
make_charsFunction · 0.45
page_simpleFunction · 0.45
page_blocksortFunction · 0.45
page_layoutFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_remove_rotationFunction · 0.36
test_707448Function · 0.36
test_707673Function · 0.36
test_707721Function · 0.36
test_3376Function · 0.36
test_boxes_paramFunction · 0.36
test_3994Function · 0.36
test_quadcalcFunction · 0.36
test_textbox1Function · 0.36
test_textbox2Function · 0.36
test_textbox3Function · 0.36
test_textbox4Function · 0.36