https://github.com/acj/tesseractframework-osx
A macOS framework wrapper for the tesseract-ocr library
https://github.com/acj/tesseractframework-osx
Last synced: over 1 year ago
JSON representation
A macOS framework wrapper for the tesseract-ocr library
- Host: GitHub
- URL: https://github.com/acj/tesseractframework-osx
- Owner: acj
- License: other
- Created: 2016-08-26T21:27:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T15:32:40.000Z (almost 10 years ago)
- Last Synced: 2025-01-04T09:08:46.664Z (over 1 year ago)
- Language: Objective-C
- Size: 50.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a macOS framework "wrapper" for the [tesseract](https://github.com/tesseract-ocr/tesseract) library.
#### Getting Started
1. Clone this repository recursively so that you get its submodules too:
```
git clone --recursive https://github.com/acj/TesseractFramework
```
2. Drag `TesseractFramework.xcodeproj` to your project.
3. In your project settings under Build Phases, add `TesseractFramework.framework` under "Target Dependencies" and "Link Binary with Libraries".
4. Add `#import ` to your source file.
5. Build and enjoy.
If you improve this project, please send me a pull request.
#### Credit
The fabulous Tesseract OCR library is available at [github.com/tesseract-ocr/tesseract](https://github.com/tesseract-ocr/tesseract).