Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Configuring tesseract for XCODE project(IPHONE)

I have downloaded tesseract, configured it and got some .a files too. But after adding the framework files and running my XCODE project, it is giving plenty of errors from the framework libraries ???!!

Can anyone please explain in detail about the steps of installation and configuration of tesseract to work with xcode?

like image 379
Anil kumar Avatar asked Jan 23 '26 03:01

Anil kumar


1 Answers

Have a look at this project.

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

like image 176
Ilanchezhian Avatar answered Jan 24 '26 19:01

Ilanchezhian