Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2018-02-23 Thread soumyashree . gad
Ok I figured ./configure creates the Makefile but ./configure errors out with this statement: ./configure: line 4193: syntax error near unexpected token `-mavx,' ./configure: line 4193: `AX_CHECK_COMPILE_FLAG(-mavx, avx=true, avx=false)' Anyone has any idea what this means? On Friday,

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2017-07-31 Thread Kevin Schiesser
I used brew to install the dependencies and then ran the following: $ ./autogen.sh $ make $ sudo make install $ make training The last command exits with the following: ld: library not found for -lgobject-2.0 collect2: error: ld returned 1 exit status make[1]: *** [text2image] Error 1 make: ***

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2017-07-31 Thread 'Stefan Weil' via tesseract-ocr
Kevin, how did you run the failing builds on macOS? I just tested building with `brew install tesseract --HEAD --with-training-tools` and had no problems. An automake based builds also works with MacPorts. No modifications were needed for Tesseract git master. -- You received this message

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2017-07-30 Thread ShreeDevi Kumar
I do not have a MAC so cannot check. But you can try option "with-training-tools", "Install OCR training tools" with homebrew install along with the --HEAD option. Please add a comment to existing mac OS issue on github, if you still face a problem. -- You received this message because you

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2017-07-30 Thread Kevin Schiesser
Thank you shree. I ran into the same issue with the Linux install. I had to wget eng.traineddata into tessdata/ as it was not delivered with the source installation. Thus, I should be able to run tesseract on OS X from the HEAD source installation. My only issue is then executing make training,

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2017-07-30 Thread ShreeDevi Kumar
Also see https://github.com/Homebrew/homebrew-core/blob/master/Formula/tesseract.rb ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Mon, Jul 31, 2017 at 9:32 AM, ShreeDevi Kumar wrote: > Please

Re: [tesseract-ocr] Building tesseract 4.0.0 from master on OS X

2017-07-30 Thread ShreeDevi Kumar
Please see the following for the suggested solutions https://github.com/tesseract-ocr/tesseract/issues/864 Can't Install Latest Head With Brew https://github.com/tesseract-ocr/tesseract/issues/830 3.05 can't be be built as Standalone Self-contained Tesseract-OCR for Mac Regarding