forked from rcarlsen/Pocket-OCR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
22 lines (14 loc) · 803 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pocket OCR
Tesseract OCR for iPhone
Robert Carlsen | robertcarlsen.net
This project is a demonstration of implementing the Tesseract OCR engine on the iPhone platform. It works best with the iPhone 3GS and it's autofocus lens. External lenses for older iPhones may be necessary for optimal image capture.
To build the tesseract library, download the source code and compile apropriately for the iPhone (arm processor). Add the library to the XCode project and build.
The Tesseract source code is available at:
http://code.google.com/p/tesseract-ocr/
A build script and instructions are available at:
http://robertcarlsen.net/2009/07/15/cross-compiling-for-iphone-dev-884
Issue tracker now available at http://bugs.robertcarlsen.net/projects/pocket-ocr-200.
Enjoy!
-Robert
---
Released 11.1.2010