[feat] OCR based application
Author: yichuan-wCreated Nov 10, 2025Updated Apr 1, 2026
Labelsenhancementgood first issue
What problem does this solve?
Right now, LEANN is using text embedding only. We have two other options for multimodal data:
- Use DeepSeek OCR or MinerU to process all into text space
- maintain both image vectors and text vectors separately
Proposed solution
RAGanything repo, MinerU
Example usage
To RAG over vision-rich taskSource: StarTrail-org/LEANN