decipherai-api / models /tesseract_ocr.py
Akshay30's picture
Initial DecipherAI backend deployment
2f4af3f
raw
history blame contribute delete
206 Bytes
class TesseractOCR:
"""
Placeholder class to satisfy imports in app.py and test.py.
The processors themselves communicate directly with pytesseract.
"""
def __init__(self):
pass