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

Method __init__

src/table.py:1524–1528  ·  view source on GitHub ↗
(self, page, cells)

Source from the content-addressed store, hash-verified

1522
1523class Table:
1524 def __init__(self, page, cells):
1525 self.page = page
1526 self.textpage = None
1527 self.cells = cells
1528 self.header = self._get_header() # PyMuPDF extension
1529
1530 @property
1531 def bbox(self):

Callers

nothing calls this directly

Calls 1

_get_headerMethod · 0.95

Tested by

no test coverage detected