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

Function get_table_dict_from_rect

src/table.py:157–161  ·  view source on GitHub ↗

Extract MuPDF table structure information from a given rectangle.

(textpage, rect)

Source from the content-addressed store, hash-verified

155
156
157def get_table_dict_from_rect(textpage, rect):
158 """Extract MuPDF table structure information from a given rectangle."""
159 table_dict = {}
160 pymupdf.extra.make_table_dict(textpage.this.m_internal, table_dict, rect)
161 return table_dict
162
163
164def make_table_from_bbox(textpage, word_rects, rect):

Callers 1

make_table_from_bboxFunction · 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…