added scaffold struct for the prj

This commit is contained in:
2026-03-24 14:58:58 +01:00
parent 95655686f9
commit cbfcf1e315
26 changed files with 6655 additions and 312 deletions

4
kg_ocr/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .ocr import get_screenshots, extract_text
from .embeddings import create_and_index, query_embedding
__all__ = ["get_screenshots", "extract_text", "create_and_index", "query_embedding"]