[tesseract-ocr] Re: combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-28 Thread eng . ahmed . osama . 1190
Updated the previous error was permission. I solved it no I have this error combine_tessdata: symbol lookup error: combine_tessdata: undefined symbol: _Z7tprintfPKcz On Sunday, July 29, 2018 at 1:30:08 AM UTC+2, eng.ahmed@gmail.com wrote: > > I am using a bash script to train LSTM model.

[tesseract-ocr] combine_tessdata. Failed to read /usr/share/tesseract-ocr/tessdata/foo.traineddata

2018-07-28 Thread eng . ahmed . osama . 1190
I am using a bash script to train LSTM model. I have the images and box file. My problem is the error returns when the command combine_tessdata executed . also i have checked and no file called foo.traineddata created. Here is the bash code . export SHELL := /bin/bash LOCAL := $(PWD)/usr P

[tesseract-ocr] Re: Can't symlink into tessdata anymore?

2018-07-28 Thread John Muccigrosso
Sorry, my bad here. I pasted the wrong error. (I'm on that issue, so I'm well aware of *that* problem.) I *was* having a problem doing the symlinking, but it's working now, so I must have done something else wrong. Apologies. -- You received this message because you are subscribed to the Googl

[tesseract-ocr] tesseract does not recognize grey colored fonts in the images..

2018-07-28 Thread Yogesh Sanchihar
If we have a text not black, but light greyish. tesseract does not recognize it. Any solutions to this problem. Have attached images of the sample bill. Suppose I want to extract Base Fare Base Fare - *Rs 500* But Since Base Fare is light greyish. Tesseract does not recognize it at all. -

Re: [tesseract-ocr] tesseract-4.0.0-beta.3 - testing problem

2018-07-28 Thread Shree Devi Kumar
Test related info has been moved to a new repo under tesseract-ocr https://github.com/tesseract-ocr/test You need to update that submodule (similar to googletest) for all files to be available. It's possible that the wiki has not been updated for the same, you can add appropriate instructions to

[tesseract-ocr] tesseract-4.0.0-beta.3 - testing problem

2018-07-28 Thread Marco Atzeri
With cygwin 64bit 1) I see an excess of "ln" during testing make[2]: 'libgmock_main.la' is up to date. mkdir -p ../test/testing ln -s /cygdrive/d/cyg_pub/devel/tesseract/prove2/tesseract-ocr-4.0.0-0.3.x86_64/src/tesseract-4.0.0-beta.3/test/testing/phototest.tif ../test/testing/phototest.tif m