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 -

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-06 Thread Fanatico
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://github.com/tesseract-ocr/langdata repo On Friday, 6 April 2018 23:28:06 UTC-3, shree wrote: > > Is your langdata in --langdata_dir ../../langdata > >> >> >> -- You rece

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

2018-04-06 Thread ShreeDevi Kumar
Is your langdata in --langdata_dir ../../langdata On Sat 7 Apr, 2018, 4:51 AM Fanatico, wrote: > I'm trying to execute the training from the 4.o tutorial, but I'm getting > an error, can someone help with this? > > Platform: MAC OS X 10.13.3 > Tesseract: 4.0.0-beta.1 > leptonica: 1.75.3 > libj

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

2018-04-06 Thread Fanatico
I'm trying to execute the training from the 4.o tutorial, but I'm getting an error, can someone help with this? Platform: MAC OS X 10.13.3 Tesseract: 4.0.0-beta.1 leptonica: 1.75.3 libjpeg 9c : libpng 1.6.34 : libtiff 4.0.9 : zlib 1.2.11 Code used ../../tesseract/training/tesstrain.sh \ --fo