7 lines
159 B
Python
7 lines
159 B
Python
"""
|
|
Model module for Roboflow-based ID card detection and cropping
|
|
"""
|
|
|
|
from .roboflow_id_detector import RoboflowIDDetector
|
|
|
|
__all__ = ['RoboflowIDDetector'] |