github-actions[bot]
deploy: backend bundle from 873f3dbe6f5f9ee6f5c5549548a76806ab663c3f
48da988
raw
history blame contribute delete
106 Bytes
"""OCR package for Pokemon card text extraction."""
from .card_ocr import CardOCR
__all__ = ["CardOCR"]