[tesseract-ocr] Re: Problem compiling tesseract 4.0 on macOS

2018-06-05 Thread Ning Zhao
Thanks Shree. I tried what Stefan suggested, but couldn't solve the compiling problem. However, with `make -j` giving that complaints, the compiled and installed executable seems executable. `tesseract --version` gives ``` tesseract 4.0.0-beta.1-306-g45b11cd leptonica-1.76.0 libjpeg 9c :

RE: [tesseract-ocr] Re: Preprocess Image

2018-06-05 Thread Art Rhyno .
Maybe try a Gaussian blur and upsize a bit? Something like: convert -blur 2x10 -resize 110% art From: tesseract-ocr@googlegroups.com On Behalf Of Hongguo An Sent: Monday, June 4, 2018 1:23 PM To: tesseract-ocr Subject: [tesseract-ocr] Re: Preprocess Image Can anybody help? thanks in advance

Re: [tesseract-ocr] Re: Training error "Couldn't find a matching blob"

2018-06-05 Thread Paul Kitchen
Thank you for your help with these issues. The 3.05 branch now has all the issues fixed that I found. On Tuesday, June 5, 2018 at 8:59:08 AM UTC-6, zdenop wrote: > > Yes, it is ok, but you do not have to create separate issue for PR (PR is > a issue too) > > Zdenko > > > ut 5. 6. 2018 o 16:52

Re: [tesseract-ocr] Re: Training error "Couldn't find a matching blob"

2018-06-05 Thread Zdenko Podobny
Yes, it is ok, but you do not have to create separate issue for PR (PR is a issue too) Zdenko ut 5. 6. 2018 o 16:52 Paul Kitchen napísal(a): > ZDenko, > > I'm new to this so hopefully I did everything correctly. Here is the issue > I created: > >

Re: [tesseract-ocr] Re: Training error "Couldn't find a matching blob"

2018-06-05 Thread Paul Kitchen
ZDenko, I'm new to this so hopefully I did everything correctly. Here is the issue I created: https://github.com/tesseract-ocr/tesseract/issues/1636 And here is the pull request: https://github.com/tesseract-ocr/tesseract/pull/1637 On Tuesday, June 5, 2018 at 7:23:41 AM UTC-6, zdenop wrote:

Re: [tesseract-ocr] Re: Training error "Couldn't find a matching blob"

2018-06-05 Thread Zdenko Podobny
You need to fork official repository and then you have all permission you need. When you make your changes you can send pull request to official repository with your changes. Zdenko ut 5. 6. 2018 o 15:06 Paul Kitchen napísal(a): > ZDenko, > > Unfortunately I don't seem to have write

Re: [tesseract-ocr] Re: Training error "Couldn't find a matching blob"

2018-06-05 Thread Paul Kitchen
ZDenko, Unfortunately I don't seem to have write permissions on the tesseract repo so I am unable to create a branch off of master to make the changes. Who do I need to lobby to get write permission? On Tuesday, June 5, 2018 at 3:00:23 AM UTC-6, zdenop wrote: > > Please make PR for master

Re: [tesseract-ocr] Re: Training error "Couldn't find a matching blob"

2018-06-05 Thread Zdenko Podobny
Please make PR for master (4.0) branch and I will cherry-pick for 3.05... Zdenko ut 5. 6. 2018 o 4:38 Paul Kitchen napísal(a): > ZDenko, > > I checked out the latest tesseract code and updated to branch 3.05. I see > that the int64_t area bug is already fixed (thanks!). I also see that the >