Skip to content

SanggeonPark/Tesseract-iPhone-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OCRDemo

OCRDemo is a demo application that utilizes the Tesseract library (http://code.google.com/p/tesseract-ocr/) as a static library compiled under Mac OS 10.6 using the shell script found at http://robertcarlsen.net/2009/07/15/cross-compiling-for-iphone-dev-884.

The program is only meant to provide a demonstration of the OCR library and it’s abilities on the iPhone, the program is not optimized in any way.

The tesseract-2.04 directory was downloaded directly from the Google code project website but it should be noted that the tesseract-2.04/tessdata directory only contains placeholder files and the English processing data is located in OCRDemo/tessdata. Other languages are available on the Google code project website.

To build the tesseract library run tesseract-2.04/build_fat.sh and the libtesseract_full.a will be in tesseract-2.04/Insout/ however this is not required as their is already a libtesseract_full.a in OCRDemo/.

License

OCRDemo is available under the MIT license:

Copyright © 2009 Nolan Brown

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Demo iPhone app utilizing the tesseract library for OCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published