6 lines
77 B
Python
6 lines
77 B
Python
from src.plugins._ocr import OCRPlugin
|
|
|
|
ocr = OCRPlugin()
|
|
|
|
__all__ = ["ocr"]
|