""" Model module for Roboflow-based ID card detection and cropping """ from .roboflow_id_detector import RoboflowIDDetector __all__ = ['RoboflowIDDetector']