Re: [tesseract-ocr] Japanese - Problems with vertical words

2019-06-03 Thread Seokbong Choi
Are you using jpn_vert instead of jpn? I have trained jpn_vert https://github.com/zodiac3539/jpn_vert On Mon, Jun 3, 2019 at 11:31 AM Shree Devi Kumar wrote: > tesseract 4 has been trained on line images and hence gives better results > for lines, as far as I have seen. > > On Sun, Jun 2,

Re: [tesseract-ocr] Error when I try to run the command ./configure

2019-06-03 Thread Ricardo Junior
Thank you for your reply. I'll try Em segunda-feira, 3 de junho de 2019 14:53:46 UTC-3, zdenop escreveu: > > you need to start here: > > https://github.com/tesseract-ocr/tesseract/wiki/Compiling-%E2%80%93-GitInstallation > > > Zdenko > > > po 3. 6. 2019 o 19:42 Ricardo Junior > > napísal(a):

Re: [tesseract-ocr] How to link "eng.trainedata" to "tesseract" in Window using "vcpkg" ?

2019-06-03 Thread narendra kintali
Thanks for clearing Zdenop. I placed the data file in the location.. it solved the issue. On Monday, June 3, 2019 at 1:50:54 PM UTC-4, zdenop wrote: > > There is nothing like linking eng.traineddata to tesseract library. IMHO > message is clear: this data patch is not at the place it should be

Re: [tesseract-ocr] Error when I try to run the command ./configure

2019-06-03 Thread Zdenko Podobny
you need to start here: https://github.com/tesseract-ocr/tesseract/wiki/Compiling-%E2%80%93-GitInstallation Zdenko po 3. 6. 2019 o 19:42 Ricardo Junior napísal(a): > Hello everybody, > I am trying to train the tesseract following this tutorial: >

Re: [tesseract-ocr] How to link "eng.trainedata" to "tesseract" in Window using "vcpkg" ?

2019-06-03 Thread Zdenko Podobny
There is nothing like linking eng.traineddata to tesseract library. IMHO message is clear: this data patch is not at the place it should be => you did not specified where this data is located. Zdenko po 3. 6. 2019 o 19:42 narendra kintali napísal(a): > I have installed Tesseract using Vcpkg

[tesseract-ocr] How to link "eng.trainedata" to "tesseract" in Window using "vcpkg" ?

2019-06-03 Thread narendra kintali
I have installed Tesseract using Vcpkg in Windows 10 and tried running a example program, but it didn't work. Error message: *Error opening data file C:\Users\kintali\source\repos\TesseractTest\x64\Debug\/tessdata/eng.traineddata* *Please make sure the TESSDATA_PREFIX environment variable is

[tesseract-ocr] Error when I try to run the command ./configure

2019-06-03 Thread Ricardo Junior
Hello everybody, I am trying to train the tesseract following this tutorial: https://github.com/tesseract-ocr/tesseract/wiki/TrainingTesseract-4.00 I downloaded the git repository and run the cmake and make. When I try to run the ./configure command, I get the follow error:

Re: [tesseract-ocr] error when make training

2019-06-03 Thread Jingjing Lin
The above error was fixed with brew reinstall icu4c. now ./configure CC=gcc-8 CXX=g++-8 CPPFLAGS=-I/usr/local/opt/icu4c/include LDFLAGS=-L/usr/local/opt/icu4c/lib gives: checking pkg-config is at least version 0.9.0... yes checking for lept >= 1.74... yes checking for libarchive... yes

Re: [tesseract-ocr] Japanese - Problems with vertical words

2019-06-03 Thread Shree Devi Kumar
tesseract 4 has been trained on line images and hence gives better results for lines, as far as I have seen. On Sun, Jun 2, 2019 at 2:52 PM Jorge Castrillo wrote: > Hi everyone. I'm making a program on that uses tesseract to get a word > from a manga with a snipping-tool like program, and

Re: [tesseract-ocr] error when make training

2019-06-03 Thread Jingjing Lin
Thanks for your reply. Are these two related to icu4c? If yes 'brew info icu4c' gives me: icu4c: stable 64.2 (bottled) [keg-only] C/C++ and Java libraries for Unicode and globalization https://ssl.icu-project.org/ /usr/local/Cellar/icu4c/64.2 (257 files, 69.2MB) Poured from bottle on