"""Utility modules for the OCR application.""" from .bbox_utils import normalize_bbox, get_bbox_center, calculate_ioa __all__ = ['normalize_bbox', 'get_bbox_center', 'calculate_ioa']