Use Tesseract OCR in iOS 9.0+ projects written in either Objective-C or Swift. Easy and fast.
These are the current versions of the upstream bundled libraries within the framework that this repository provides:
- Tesseract 3.03-rc1 (homepage)
- Leptonica 1.72 (homepage)
- Image libraries (Thx to ashtons and his libtiff-ios port):
All libs are with bitcode integrated
Add the following line to your Cartfile:
github "gali8/Tesseract-OCR-iOS"
Run carthage update
Please note this is a fork, hopefully the url will change later 😸
- macOS support using (https://github.com/hamchapman/Tesseract-OCR-iOS/tree/macos-support)
- Strict requirement on language files existing in a referenced "tessdata" folder.
See the Releases page
See the Release Notes wiki page
Tesseract OCR iOS and TesseractOCR.framework are distributed under the MIT license (see LICENSE.md).
Tesseract, maintained by Google (http://code.google.com/p/tesseract-ocr/), is distributed under the Apache 2.0 license (see http://www.apache.org/licenses/LICENSE-2.0).
Daniele Galiotto (founder) - Co-Founder at Nexor Technology srl - www.nexor.it
Kevin Conley - www.kevintechnology.com
Eduardo Irias - estamp.co
Hamilton Che hapman -