Commit Graph

8 Commits

Author SHA1 Message Date
Aether 4f9085f728
Fix leptess set_image - use Path directly instead of string 2026-02-23 21:12:03 +00:00
Aether 1af163bd39
Fix leptess API - use LepTess high-level wrapper instead of TessBaseApi 2026-02-23 21:10:30 +00:00
Aether f2ad2f3423
Fix Rust borrow checker errors: event_type clone, Arc clone, leptess import 2026-02-23 21:06:52 +00:00
Aether 940b995951
Fix Windows build: hotkey ID hash, leptess import path 2026-02-23 21:04:23 +00:00
Aether fe6b8066ff
Restore full OCR support with Tesseract integration 2026-02-23 20:07:06 +00:00
Aether f2465b2b4f
Remove OCR dependencies for Windows build - stub implementation 2026-02-23 19:54:25 +00:00
Aether c017f2fb2e
Fix Windows build: value clone in settings, mutable img in OCR 2026-02-23 19:40:56 +00:00
Aether 23e5fb69a6
Add OCR enhancements and UI detection system
- OCR calibration system with region configuration
- OCREngine with preprocessing and Tesseract integration
- HP bar, radar, and skill window detection
- Auto-detect UI elements functionality
- Setup wizard for first-run calibration
- Visual region selector with drag-and-drop
- Multi-resolution support (1080p, 1440p, 4K, ultrawide)
- Template matching preparation for UI elements
- Test OCR region functionality
2026-02-23 17:53:45 +00:00