[tesseract-ocr] /usr/local/bin/tesseract: Exec format error. Binary file not executable.

2015-12-30 Thread Varun Bhagat
I get a /usr/local/bin/tesseract: Exec format error. Binary file not executable. error when I try to execute a simple OCR command: /usr/local/bin/tesseract ~/OM_1.jpg ~/OM_out Can anyone help? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.

[tesseract-ocr] tesseract android support

2015-12-30 Thread Yogita Bang
I am using NDK for using tesseract in android. Is there any problem in ndk building of tesseract libraries??? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [tesseract-ocr] Re: All-caps, small-caps

2015-12-30 Thread bácsi Kazi
Thanks! Eventually the issue was this: https://groups.google.com/forum/#!msg/tesseract-ocr/FSURCa9m7Ko/ So I suppose the files from the download page resulted the error, but the newer files on Git work well when building Tesseract on Cygwin. Greetings: Kazi 2015. december 30., szerda 9:42:25

Re: [tesseract-ocr] Re: All-caps, small-caps

2015-12-30 Thread ShreeDevi Kumar
On cygwin Marco Atzeri has packaged Tesseract as well as the training utilities for 3.04.00 along with some training data. Instruction for cygwin installation is here: https://cygwin.com/cygwin-ug-net/setup-net.html Tesseract specific packages to be installed: tesseract-ocr

[tesseract-ocr] Tesseract OCR is not detecting complete text of an image.

2015-12-30 Thread ronil mehta
*Hi everyone!!* I'm using Tesseract engine coded in C#. When I run the code the output reads only few characters and not complete text. As a result, I tried some image processing functions to improve the quality of image For example:- Resize, Grayscale,Invert. Unfortunately none of the above