You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New CLI options:
- --list-languages: list all OCR languages supported on the current system
- --rect x,y,w,h: capture a specific screen region without interactive selection
- --input <file> / -i: run OCR on an existing image file instead of screen capture
- --save-image <path> / -s: save the captured screenshot to disk
Other changes:
- Preserve newlines in recognized text output
- Silence screenshot sound
- Lower minimum deployment target to macOS 10.13
- Add multi-architecture (x86_64 + arm64) CI builds and release automation