# Tesseract-OCR-iOS **Repository Path**: fungchou/Tesseract-OCR-iOS ## Basic Information - **Project Name**: Tesseract-OCR-iOS - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Tesseract OCR iOS ================= [![Build Status](https://travis-ci.org/gali8/Tesseract-OCR-iOS.svg?branch=master)](https://travis-ci.org/gali8/Tesseract-OCR-iOS) [![Coverage Status](https://img.shields.io/coveralls/gali8/Tesseract-OCR-iOS.svg)](https://coveralls.io/r/gali8/Tesseract-OCR-iOS) [![](https://img.shields.io/cocoapods/v/TesseractOCRiOS.svg)](http://cocoapods.org/?q=tesseractocrios) [![](https://img.shields.io/cocoapods/p/TesseractOCRiOS.svg)](http://cocoapods.org/?q=tesseractocrios) [![](https://img.shields.io/cocoapods/l/TesseractOCRiOS.svg)](https://github.com/gali8/Tesseract-OCR-iOS/blob/master/LICENSE.md) **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: * Tesseract 3.03-rc1 ([homepage](https://code.google.com/p/tesseract-ocr/)) * Leptonica 1.72 ([homepage](http://leptonica.org/)) * Image libraries (Thx to ashtons and his [libtiff-ios] (https://github.com/ashtons/libtiff-ios) port): - Libtiff 4.0.4 ([homepage](http://www.remotesensing.org/libtiff/)) - Libpng 1.6.18 ([homepage](http://www.libpng.org/pub/png/libpng.html)) - Libjpeg 9a ([homepage](http://libjpeg.sourceforge.net/)) **All libs are with bitcode integrated** Getting Started ================= See the [Installation](https://github.com/gali8/Tesseract-OCR-iOS/wiki/Installation) page in the wiki. Once you're setup see some [usage examples](https://github.com/gali8/Tesseract-OCR-iOS/wiki/Using-Tesseract-OCR-iOS). Known Limitations ================= - No OS X support. - Strict requirement on language files existing in a referenced "tessdata" folder. Release Notes ================= ### 3.1.1 and greater See the [Releases](https://github.com/gali8/Tesseract-OCR-iOS/releases) page ### Older releases See the [Release Notes wiki page](https://github.com/gali8/Tesseract-OCR-iOS/wiki/Release-Notes) 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 ================= Daniele Galiotto (founder) - iOS Freelance Developer - **[www.g8production.com](http://www.g8production.com)** Kevin Conley - **[www.kevintechnology.com](http://www.kevintechnology.com)**