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
OCRit is a small macOS utility written in Swift that uses DeepSeek-OCR to recognize text from the screen and make it available for copying, searching, or further processing. It's designed to be lightweight and simple to use.
5
+
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.
6
6
7
7
## Features
8
-
- Capture a region of the screen and run OCR on it
9
-
- Fast local OCR using DeepSeek-OCR integration
8
+
- Drag a photo and run OCR on it
9
+
- Fast OCR using DeepSeek-OCR integration
10
+
- Recognize photo text content as Markdown with LaTeX support
- (Optional) Any required model files or dependencies for DeepSeek-OCR — see project code for details
21
+
- macOS 26.0+ (Tahoe or later)
22
+
- Xcode 26 or newer for building from source
23
+
— see project code for details
17
24
18
25
## Building from source
19
26
1. Clone the repository:
20
-
27
+
```sh
21
28
git clone https://github.com/aeilot/OCRit.git
22
-
2. Open OCRit.xcodeproj (or OCRit.xcworkspace if using CocoaPods/Carthage/SwiftPM resources) in Xcode.
23
-
3. Select a macOS target and a valid signing team in the project settings.
24
-
4. Build and run (Cmd+R).
25
-
26
-
## Usage
27
-
1. Launch the app.
28
-
2. Grant any requested permissions (Screen Recording and Accessibility) so the app can capture and interact with the screen.
29
-
3. Use the app UI to select a region or capture the current screen.
30
-
4. Wait briefly while OCR runs; the recognized text will appear and you can copy it to the clipboard.
31
-
32
-
## Configuration
33
-
- If DeepSeek-OCR requires model files or additional configuration, place them according to the instructions in the source files or the project's configuration section.
29
+
```
30
+
3. Open OCRit.xcodeproj (or OCRit.xcworkspace if using CocoaPods/Carthage/SwiftPM resources) in Xcode.
31
+
4. Select a macOS target and a valid signing team in the project settings.
32
+
5. Build and run (Cmd+R).
34
33
35
34
## Contributing
36
35
Contributions and bug reports are welcome. If you'd like to contribute:
@@ -39,14 +38,11 @@ Contributions and bug reports are welcome. If you'd like to contribute:
39
38
3. Open a pull request describing your changes.
40
39
41
40
## Acknowledgements
42
-
- DeepSeek-OCR — thank you to the authors/contributors of the OCR model and tooling.
43
-
44
-
## License
45
-
No license file is included in this repository. If you'd like a specific license (for example, MIT), add a LICENSE file or tell me which license you prefer and I can add one.
41
+
-[DeepSeek-OCR](https://github.com/deepseek-ai/DeepSeek-OCR/) — thank you to the authors of the OCR model and tooling.
46
42
47
43
## Contact
48
44
If you have questions or need help, open an issue on the repository: https://github.com/aeilot/OCRit/issues
49
45
50
46
---
51
47
52
-
This README was added by GitHub Copilot on request of the repository owner.
0 commit comments