""" OCR spell-checking sub-package — language-aware OCR correction. Moved from backend/ flat modules (smart_spell*.py). Backward-compatible shim files remain at the old locations. """ from .smart_spell import * # noqa: F401,F403