""" OCR package — restructured from cv_* flat modules. Backward-compatible re-exports: consumers can still use ``from cv_layout import ...`` etc. via the shim files in backend/. """ from .types import * # noqa: F401,F403 from .cv_pipeline import * # noqa: F401,F403