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

Class TableHeader

src/table.py:1513–1520  ·  view source on GitHub ↗

PyMuPDF extension containing the identified table header.

Source from the content-addressed store, hash-verified

1511
1512
1513class TableHeader:
1514 """PyMuPDF extension containing the identified table header."""
1515
1516 def __init__(self, bbox, cells, names, above):
1517 self.bbox = bbox
1518 self.cells = cells
1519 self.names = names
1520 self.external = above
1521
1522
1523class Table:

Callers 1

_get_headerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…