Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcarlsen/Pocket-OCR
Demonstration of Tesseract OCR on the iPhone. Video: http://www.youtube.com/v/MICew5-nZp4?hl=en_US&fs=1
https://github.com/rcarlsen/Pocket-OCR
Last synced: 3 months ago
JSON representation
Demonstration of Tesseract OCR on the iPhone. Video: http://www.youtube.com/v/MICew5-nZp4?hl=en_US&fs=1
- Host: GitHub
- URL: https://github.com/rcarlsen/Pocket-OCR
- Owner: rcarlsen
- Created: 2010-01-12T05:57:09.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T19:22:44.000Z (over 9 years ago)
- Last Synced: 2024-08-05T19:36:44.456Z (7 months ago)
- Language: Objective-C
- Homepage: http://robertcarlsen.net/dev/pocket-ocr
- Size: 1.94 MB
- Stars: 518
- Watchers: 27
- Forks: 111
- Open Issues: 2
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Pocket OCR
Tesseract OCR for iPhoneRobert 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-884File issues on github:
https://github.com/rcarlsen/Pocket-OCR/issuesEnjoy!
-Robert---
Released 11.1.2010