Skip to content
/ OCRit Public

OCR it on macOS with DeepSeek-OCR

License

Notifications You must be signed in to change notification settings

aeilot/OCRit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OCR it!

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.

OCR it - OCR it on macOS with DeepSeek-OCR | Product Hunt

Features

  • 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

Screenshots

image Screenshot 2025-11-11 at 16 31 32

Installation

Download it straight from the release page.

Requirements

  • macOS 26.0+ (Tahoe or later)
  • Xcode 26 or newer for building from source — see project code for details

Building from source

  1. Clone the repository:
   git clone https://github.com/aeilot/OCRit.git
  1. Open OCRit.xcodeproj (or OCRit.xcworkspace if using CocoaPods/Carthage/SwiftPM resources) in Xcode.
  2. Select a macOS target and a valid signing team in the project settings.
  3. Build and run (Cmd+R).

Contributing

Contributions and bug reports are welcome. If you'd like to contribute:

  1. Open an issue describing the problem or feature.
  2. Fork the repo and create a branch for your change.
  3. Open a pull request describing your changes.

Acknowledgements

  • DeepSeek-OCR — thank you to the authors of the OCR model and tooling.
  • Silicon Flow - thank you for providing the model API.

Contact

If you have questions or need help, open an issue on the repository: https://github.com/aeilot/OCRit/issues


Made with ❤️ by Louis Deng