Page 1 of 1

External Lib

Posted: Thu Sep 08, 2011 4:23 pm
by TheBigDuck
I want to use an external OCR lib written in C++ in my mobile app.

The idea is to pass the lib an image captured by the camera, and the lib hands me back text.

IS this possible with RunRev Mobile?

Re: External Lib

Posted: Sat Sep 10, 2011 12:31 am
by Mark
Hi,

This should be possible if you know how to use the lib. It won't work of the lib uses private frameworks (due to Apple's SDK license conditions) or Windows-specific APIs, for example.

Kind regards,

Mark

Re: External Lib

Posted: Wed Feb 01, 2012 10:36 pm
by Tester2
Hey TheBigDuck,

Did you figure out how to make this work?

Thanks so much.

-Tester2

Re: External Lib

Posted: Fri Feb 03, 2012 3:45 am
by monte
I have something using Tesseract but it's only armv7 and crashes on the simulator ;-)

Cheers

Monte