Re: [tesseract-ocr] ERROR: exp0.box does not exist or is not readable

2018-04-07 Thread ShreeDevi Kumar
Look in your tmp directory in the sub folders referred in the console output Check the log file and other files there On Sat 7 Apr, 2018, 11:00 AM Fanatico, wrote: > Yes the location is correct, I tried to put the full path to the folder > and go the same error. > > Im just cloned the https://

Re: [tesseract-ocr] ERROR: exp0.box does not exist or is not readable

2018-04-07 Thread Fanatico
Thanks for the reply, but I just fixed this bug, the problem is that the var PANGOCAIRO_BACKEND was empty on MAC OSX so I needed to set it before executing the code. Something like this: PANGOCAIRO_BACKEND=fc \ ../../tesseract/training/tesstrain.sh \ --fonts_dir /Library/Fonts \ --lang eng -

[tesseract-ocr] How to created training text as provided in langdata for any new language if i have just just have a wordlist.

2018-04-07 Thread Romil Mehla
Is there any program to generate it ? i see ambiguous_words.cpp generating dictionary words and ambiguous words where is it used ? or it can be used to build unicharambigs file to generate rules ? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" gro

Re: [tesseract-ocr] How to created training text as provided in langdata for any new language if i have just just have a wordlist.

2018-04-07 Thread ShreeDevi Kumar
Just a word list is not enough for training text. For tesseract 4.0.0 it needs to be representative of the text to be recognized. On Sat 7 Apr, 2018, 2:50 PM Romil Mehla, wrote: > Is there any program to generate it ? i see ambiguous_words.cpp > generating dictionary words and ambiguous words

Re: [tesseract-ocr] How to created training text as provided in langdata for any new language if i have just just have a wordlist.

2018-04-07 Thread Romil Mehla
Thanks for your reply , i have read about tesseract 4.0 and Ray mentioned how he used so many files to train tesseract 4.0 but i dont want to use tesseract 4.0 , i wanted to know about tesseract 3.05.00 , from my understanding suppose for eng languaur . eng.training_text file is build from eng.

Re: [tesseract-ocr] How to created training text as provided in langdata for any new language if i have just just have a wordlist.

2018-04-07 Thread ShreeDevi Kumar
see https://github.com/tesseract-ocr/tesseract/wiki/Training-Tesseract-3.03%E2%80%933.05 ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Sat, Apr 7, 2018 at 4:02 PM, Romil Mehla wrote: > Thanks for your reply , i have

[tesseract-ocr] Failed to build ScrollView.jar on MAC OSX

2018-04-07 Thread Fanatico
Hi. I finally got the training from 4.o to work, but I was unable to build the ScrollView.jar so Im currently running the test with "--debug_interval -1". Can someone help Me? Sistem Platform: MAC OS X 10.13.3 (installed with brew) Tesseract: 4.0.0-beta.1 leptonica: 1.75.3 libjpeg 9c : libpn

Re: [tesseract-ocr] Failed to build ScrollView.jar on MAC OSX

2018-04-07 Thread ShreeDevi Kumar
Please see https://github.com/tesseract-ocr/tesseract/blob/master/Makefile.am >From which dir did you try make ScrollView.jar ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Sat, Apr 7, 2018 at 7:42 PM, Fanatico wrot

Re: [tesseract-ocr] Failed to build ScrollView.jar on MAC OSX

2018-04-07 Thread Fanatico
from the java folder "cd ~/projects/tesseract/java" in my case On Saturday, 7 April 2018 12:40:29 UTC-3, shree wrote: > > Please see > https://github.com/tesseract-ocr/tesseract/blob/master/Makefile.am > > From which dir did you try > > make ScrollView.jar > > ShreeDevi > __

Re: [tesseract-ocr] Failed to build ScrollView.jar on MAC OSX

2018-04-07 Thread ShreeDevi Kumar
Please try from the main tesseract folder. On Sat 7 Apr, 2018, 11:50 PM Fanatico, wrote: > from the java folder "cd ~/projects/tesseract/java" in my case > > On Saturday, 7 April 2018 12:40:29 UTC-3, shree wrote: >> >> Please see >> https://github.com/tesseract-ocr/tesseract/blob/master/Makefi

Re: [tesseract-ocr] Failed to build ScrollView.jar on MAC OSX

2018-04-07 Thread Fanatico
Same message make: *** No rule to make target `ScrollView.jar'. Stop. On Saturday, 7 April 2018 15:56:52 UTC-3, shree wrote: > > Please try from the main tesseract folder. > > > > On Sat 7 Apr, 2018, 11:50 PM Fanatico, > > wrote: > >> from the java folder "cd ~/projects/tesseract/java" in my