Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VinayHajare
/
OCRHub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
37e77bc
OCRHub
/
__init__.py
VinayHajare
Update __init__.py
4ad297e
verified
2 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
"""OCR powered by Ollama Models"""
from
.ocr_processor
import
OCRProcessor
__version__ =
"1.0.0"
__all__ = [
"OCRProcessor"
]