File size: 350 Bytes
54437b9
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""Inkference — HTR + RAG platform for historical handwritten documents.

Subpackages:
    htr    line segmentation + TrOCR recognition + confidence scoring
    rag    embeddings + FAISS retrieval + grounded answer generation
    store  SQLite document/page/line/word store + filesystem assets
    api    FastAPI backend
"""

__version__ = "0.1.0"