Business card reader or OCR Library for iPhone SDK

后端 未结 1 1114
天涯浪人
天涯浪人 2021-01-31 00:27

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 i

1条回答
  •  时光说笑
    2021-01-31 01:25

    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.

    0 讨论(0)
提交回复
热议问题