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

Method extractXML

src/__init__.py:16672–16674  ·  view source on GitHub ↗

Return page content as a XML string.

(self)

Source from the content-addressed store, hash-verified

16670 return self._extractText(4)
16671
16672 def extractXML(self) -> str:
16673 """Return page content as a XML string."""
16674 return self._extractText(3)
16675
16676 def poolsize(self):
16677 """TextPage current poolsize."""

Callers 2

get_textFunction · 0.80
get_textFunction · 0.80

Calls 1

_extractTextMethod · 0.95

Tested by

no test coverage detected