Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 10:15
· 4 commits to master since this release
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