added scaffold struct for the prj
This commit is contained in:
4
kg_ocr/ocr/__init__.py
Normal file
4
kg_ocr/ocr/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .extractor import get_screenshots
|
||||
from .batch_processor import extract_text
|
||||
|
||||
__all__ = ["get_screenshots", "extract_text"]
|
||||
Reference in New Issue
Block a user