b411c37
1
2
3
4
5
6
from __future__ import annotations class OcrError(ValueError): """User-facing validation or processing error."""