Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stevelohwc
/
tcg-space
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tcg-space
/
Code
/
Backend
/
src
/
ocr
/
__init__.py
github-actions[bot]
deploy: backend bundle from 873f3dbe6f5f9ee6f5c5549548a76806ab663c3f
48da988
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
"""OCR package for Pokemon card text extraction."""
from
.card_ocr
import
CardOCR
__all__ = [
"CardOCR"
]