Re: OpenCV + Tesseract linking problem

2013-12-09 Thread Salim Ullah
i am having the same issue please send me the the old version of open cv -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubscribe from this group, send email to tesser

Re: OpenCV + Tesseract linking problem

2013-02-22 Thread m_jz
Hi, I ran into the same issue few days ago. It seems to be a problem with the newest opencv version. Try to find and use an older version of the opencv framework. If you can't find any older version, i can send you the one i use. max Am Donnerstag, 14. Februar 2013 17:02:59 UTC+1 schrieb Oren

OpenCV + Tesseract linking problem

2013-02-14 Thread Oren Shvalb
Hi, I'm trying to combine OpenCV + Tesseract in my iPhone app but I have a problem, I'm using SDK 6.0 iPhone4. OpenCV requires setting C++ Standard Library as libc++ (C++ 11 support). but Tesseract requires Compiler Default. How can I overcome this problem?? I cannot seem link with them both i