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 --linedata_only \ --noextract_font_properties \ --exposures "0" \ --langdata_dir ../../langdata \ --tessdata_dir /usr/local/Cellar/tesseract/HEAD-f8e26ee/share/tessdata \ --fontlist "Verdana" \ --output_dir .~/tesstutorial/eng If someone need more details please look here: https://github.com/tesseract-ocr/tesseract/issues/736 On Saturday, 7 April 2018 04:35:36 UTC-3, shree wrote: > > 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, <[email protected] <javascript:>> > 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://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 received this message because you are subscribed to the Google Groups >> "tesseract-ocr" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/tesseract-ocr. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tesseract-ocr/0c2a56a5-181b-4a8c-b29f-8869dfe8b22d%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tesseract-ocr/0c2a56a5-181b-4a8c-b29f-8869dfe8b22d%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/25c5c75b-ebfd-41c3-978d-fb62c67119be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

