@dataclass class BoundingBox(): ‘A class to represent the bounding box of a symbol.’ top_left: LineItem bottom_right: LineItem