This sample project for Camera OCR app using TesseractOCRiOS.
You need to retrieve TesseractOCRiOS using CocoaPods. You can install it as following:
cd [project folder where you may download this project into]
pod installAfter install TesseractOCRiOS, you open XCode by 'CameraOCRSample.xcworkspace'.
If you use Xcode 7 or later, you may see the build error (link error) as following:
ld: '/Users/[userName]/Library/Developer/Xcode/DerivedData/... .../libjsbindings iOS.a(Value.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Please change configuration "Enable Bitcode" with "NO" and rebuild it.