OCR it on macOS with DeepSeek-OCR.
OCRit is a small macOS utility written in Swift that uses DeepSeek-OCR to recognize text from photos and make it available for copying, searching, or further processing. It's designed to be lightweight and simple to use.
- Drag a photo and run OCR on it
- Fast OCR using DeepSeek-OCR integration
- Recognize photo text content as Markdown with LaTeX support
- Copy recognized text to the clipboard
- Simple macOS-native UI written in Swift
Download it straight from the release page.
- macOS 26.0+ (Tahoe or later)
- Xcode 26 or newer for building from source — see project code for details
- Clone the repository:
git clone https://github.com/aeilot/OCRit.git- Open OCRit.xcodeproj (or OCRit.xcworkspace if using CocoaPods/Carthage/SwiftPM resources) in Xcode.
- Select a macOS target and a valid signing team in the project settings.
- Build and run (Cmd+R).
Contributions and bug reports are welcome. If you'd like to contribute:
- Open an issue describing the problem or feature.
- Fork the repo and create a branch for your change.
- Open a pull request describing your changes.
- DeepSeek-OCR — thank you to the authors of the OCR model and tooling.
- Silicon Flow - thank you for providing the model API.
If you have questions or need help, open an issue on the repository: https://github.com/aeilot/OCRit/issues
Made with ❤️ by Louis Deng