Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Business card reader or OCR Library for iPhone SDK

I want to develop a Business card reader or OCR Library (Open Source) for iPhone.

I saw reference for www.code.google.com/p/tesseract-ocr/ but i don't know how to use it. I also download zip file http://tesseract-ocr.googlecode.com/files/tesseract-3.00.tar.gz but don't know how to use it into my project.

Can anyone give me suggestion for this or any example will be very useful.

Thanks in Advance.

like image 951
Apekshit Avatar asked Dec 30 '10 06:12

Apekshit


1 Answers

EXC_BAD_ACCESS:

He's never instantiating the 'tess' variable. Simply add [self startTesseract]; to the viewDidLoad() method in OCRDemoViewController and it will work like a charm.

like image 100
Leo Gomes Avatar answered Oct 02 '22 21:10

Leo Gomes