class TesseractOCR: """ Placeholder class to satisfy imports in app.py and test.py. The processors themselves communicate directly with pytesseract. """ def __init__(self): pass