Configuring tesseract for the XCODE project (IPHONE)

I downloaded tesseract, configured it and got some .a files too. But after adding the framework files and starting my XCODE project, it gives a lot of errors in the frame libraries ??? !!

Can someone explain in detail about the steps to install and configure tesseract to work with xcode?

+3
source share
1 answer

Take a look at this project .

Make sure you add the header search path and library search path in the project settings, as shown in the sample application.

+4
source

All Articles