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

Function JM_new_bbox_device

src/__init__.py:20938–20940  ·  view source on GitHub ↗
(rc, inc_layers)

Source from the content-addressed store, hash-verified

20936
20937
20938def JM_new_bbox_device(rc, inc_layers):
20939 assert isinstance(rc, list)
20940 return JM_new_bbox_device_Device( rc, inc_layers)
20941
20942
20943def JM_new_buffer_from_stext_page(page):

Callers 1

get_bboxlogMethod · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…