Code Monkey home page Code Monkey logo

Comments (10)

manuelpaulo avatar manuelpaulo commented on July 25, 2024 1

Rename the "headers" dir to "Headers" on the TesseractOCR Framework

from tesseract-ocr-ios.

gali8 avatar gali8 commented on July 25, 2024

It works for me.
Have you downloaded all the project? Download the zip from https://github.com/gali8/Tesseract-OCR-iOS

from tesseract-ocr-ios.

UMAD avatar UMAD commented on July 25, 2024

Weird. Doesn't work for me although creating a project on my own and following the instructions work. But not the template project.

from tesseract-ocr-ios.

gali8 avatar gali8 commented on July 25, 2024

strange!

from tesseract-ocr-ios.

 avatar commented on July 25, 2024

Hi, I get the same problem when I try to run the sample project

from tesseract-ocr-ios.

gali8 avatar gali8 commented on July 25, 2024

Can you explain me the issue? Are you using XCode 5? iOS7? Have you warning or error messages?

from tesseract-ocr-ios.

neoneye avatar neoneye commented on July 25, 2024

I have just cloned the latest repository.

I cannot compile the "Template Framework Project.xcodeproj" and get this error

/Users/johndoe/Tesseract-OCR-iOS/Template Framework Project/Template Framework Project/G8ViewController.m:10:9: fatal error: 'TesseractOCR/TesseractOCR.h' file not found
#import <TesseractOCR/TesseractOCR.h>
        ^
1 error generated.

Xcode 5.0.2 (5A3005)
Mac OS X 10.8.5
This error happens both when I compile for simulator and for device.
This error happens both when I clone the repository and when I download the zip file.
I have not modified the project.


This error goes away if I compile the "Tesseract OCR iOS.xcodeproj" project with target set to "Template Framework Project". However this causes a runtime error Please call SetImage before attempting recognition.

from tesseract-ocr-ios.

aaarbk avatar aaarbk commented on July 25, 2024

I believe the problem is with the "Framework Search Paths" value in the Build Settings. It has been set to the following location in the "Template Framework Project": /Users/Daniele/XCode/Tesseract-OCR-iOS/Products
One way to fix this is to remove the reference to the TesseractOCR.framework from the project navigator and then re-add it.

from tesseract-ocr-ios.

Eldrinarion avatar Eldrinarion commented on July 25, 2024

or add

"$(SRCROOT)/../Products/"

to your framework search path

from tesseract-ocr-ios.

gali8 avatar gali8 commented on July 25, 2024

+1 Eldrinarion

from tesseract-ocr-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.