EU-Utility/projects
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
..
EU-Icon-Extractor@a0f330b3c7 feat: initial plugin-based architecture 2026-02-12 18:47:40 +00:00
EU-Utility feat: Core OCR and Log services with API integration 2026-02-13 18:19:53 +00:00
Lemontropia-Suite@0eb77cdb32 feat: initial plugin-based architecture 2026-02-12 18:47:40 +00:00