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

Method extractHTML

src/__init__.py:16483–16485  ·  view source on GitHub ↗

Return page content as a HTML string.

(self)

Source from the content-addressed store, hash-verified

16481 return val
16482
16483 def extractHTML(self) -> str:
16484 """Return page content as a HTML string."""
16485 return self._extractText(1)
16486
16487 def extractIMGINFO(self, hashes=0):
16488 """Return a list with image meta information."""

Callers 2

get_textFunction · 0.80
get_textFunction · 0.80

Calls 1

_extractTextMethod · 0.95

Tested by

no test coverage detected