MCPcopy Create free account
hub / github.com/SpaceZephyr/myskill / RectAndField

Class RectAndField

pdf/scripts/check_bounding_boxes.py:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10@dataclass
11class RectAndField:
12 rect: list[float]
13 rect_type: str
14 field: dict
15
16
17# Returns a list of messages that are printed to stdout for Claude to read.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected