from typing import List, Tuple BBOX = Tuple[int, int, int, int] CELL_TEXTS = List[List[List[Tuple[BBOX, str]]]]