Commit Graph

1 Commits

Author SHA1 Message Date
LemonNexus f6c4971826 feat: Core OCR and Log services with API integration
CORE SERVICES (not plugins):
- core/log_reader.py - LogReader class with real-time monitoring
- core/ocr_service.py - OCRService with multi-backend support

API INTEGRATION:
- PluginAPI.register_log_service() / read_log()
- PluginAPI.register_ocr_service() / ocr_capture()
- Services initialized in main.py on startup
- Auto-registered with PluginAPI for plugin access

PLUGIN UPDATES:
- Skill Scanner now uses core services
- Shows service status in UI
- Falls back gracefully if services unavailable

BACKEND CHAIN:
OCR: EasyOCR -> Tesseract -> PaddleOCR (auto-fallback)
Log: Watches Documents/Entropia Universe/chat.log
2026-02-13 18:19:53 +00:00