tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
625 stars 180 forks source link

error when make tesseract #182

Closed vanchung1995 closed 4 years ago

vanchung1995 commented 4 years ago

I'm trying make leptonica tesseract but it raise error. I'm using ubuntu 18.04 and installed packages at https://tesseract-ocr.github.io/tessdoc/Compiling

the error same this link: https://stackoverflow.com/questions/57952135/makefile213-recipe-for-target-tesseract-built-failed-make-tesseract-buil this is screenshot of error

Screenshot from 2020-08-05 15-40-50

kba commented 4 years ago

Best to ask on the tesseract mailing list

stweil commented 4 years ago

Please don't use screenshots of textual error messages. Adding the text or uploading the log file is better because it can be indexed by search engines.

Your build fails because pdfrenderer.cpp was not compiled. The matching error message is missing in your screenshot. Always look for the first error when there is a problem.