Fixes
- Replaced
unwrap()calls with proper error handling in OCR module to prevent panics in production - Added binary existence check on macOS before executing OCR
- Added graceful failure handling for
APP_HANDLEinitialization instead of panicking - Changed error behavior from panic to logging in production builds