newbiew / ocr /__init__.py
haaaaus's picture
Upload 56 files
231b5a2 verified
# OCR modules
from .chrome_lens_ocr import ChromeLensOCR
__all__ = ["ChromeLensOCR"]