Skip to content

Tesseract OCR iOS is a Framework for iOS8+, compiled also for armv7s and arm64. Tesseract version 4.1.0 release.

License

Notifications You must be signed in to change notification settings

NectGmbH/Tesseract-iOS

 
 

Repository files navigation

Tesseract OCR iOS

=================

Build

Use Tesseract OCR in iOS 7.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:

All libs are with bitcode integrated

Install

=================

Via Cocoapods

Add the following line to your Podfile:

pod 'Tesseract-iOS', :git => 'https://github.com/NectGmbH/Tesseract-iOS.git', :tag => '4.1'

Run pod install

Via Carhage

Add the following line to your Cartfile (not tested):

github "NectGmbH/Tesseract-iOS"

Run carthage update

Known Limitations

=================

  • No OS X support.
  • Strict requirement on language files existing in a referenced "tessdata" folder.

Release Notes

=================

See the Releases page

License

=================

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).

Contributors

Nect GmbH Daniele Galiotto (founder) - iOS Freelance Developer - www.g8production.com

Kevin Conley - www.kevintechnology.com

About

Tesseract OCR iOS is a Framework for iOS8+, compiled also for armv7s and arm64. Tesseract version 4.1.0 release.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.1%
  • C++ 28.7%
  • Objective-C 13.8%
  • Objective-C++ 2.2%
  • Ruby 0.5%
  • Makefile 0.4%
  • Other 0.3%