I got some issues as below while try to build Pocket-OCR
Undefined symbols for architecture i386:
“tesseract::TessBaseAPI::SetVariable(char const*, char const*)”,
referenced from:
-[OCRDisplayViewController viewDidLoad] in OCRDisplayViewController.o
“tesseract::TessBaseAPI::TesseractRect(unsigned char const*, int, int,
int, int, int, int)”, referenced from:
-[OCRDisplayViewController readAndProcessImage:] in OCRDisplayViewController.o
-[OCRDisplayViewController threadedReadAndProcessImage:] in OCRDisplayViewController.o
“tesseract::TessBaseAPI::AllWordConfidences()”, referenced from:
-[OCRDisplayViewController viewDidLoad] in OCRDisplayViewController.o “tesseract::TessBaseAPI::End()”,
referenced from:
-[OCRDisplayViewController dealloc] in OCRDisplayViewController.o “tesseract::TessBaseAPI::Init(char
const*, char const*, tesseract::OcrEngineMode, char*, int,
GenericVector const, GenericVector const*, bool)”,
referenced from:
tesseract::TessBaseAPI::Init(char const*, char const*) in OCRDisplayViewController.o “tesseract::TessBaseAPI::TessBaseAPI()”,
referenced from:
-[OCRDisplayViewController viewDidLoad] in OCRDisplayViewController.o ld: symbol(s) not found for architecture
i386 clang: error: linker command failed with exit code 1 (use -v to
see invocation)
What should I do to resolve this issues?
I search on goole for answer but does’n get much help to solve the issues.
I got the solution for this and also got new links and examples that are working fine and have completed my demo project
May these links are useful for others who want’s to use it.
Example One
Now got the exact link from where I am able to develop my demo project.
Example Which I used