Skip to content

Releases: schappim/macOCR

v1.1.0

20 Apr 10:15

Choose a tag to compare

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