On Tue, Jun 27, 2017 at 10:18 AM, Clement wrote: > I downloaded the alpha source code from the link below: > https://github.com/tesseract-ocr/tesseract/releases/tag/4.00.00alpha > > I installed using the following commands: > $ ./autogen.sh > $ ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig > LIBLEPT_HEADERSDIR=/usr/local/include LDFLAGS="-L/usr/local/lib" > CFLAGS="-I/usr/local/include" --with-extra-includes=/usr/local/include > --with-extra-libraries=/usr/local/lib --bindir=/usr/local/sbin > $ sudo make install > $ make > $ make training > $ sudo make training-install > > I also tried the dev version from Nov 24, 2016 but the behavior was the > same: > https://github.com/tesseract-ocr/tesseract/releases/tag/4.00.00dev > > Would you suggest I try again with the latest codes? > > > Yes, please.
A number of fixes have been applied since those tags - over 500 commits to master branch. So if you want to try the LSTM engine, use the latest code - follow instructions in https://github.com/tesseract-ocr/tesseract/wiki/Compiling-%E2%80%93-GitInstallation get the code from git clone https://github.com/tesseract-ocr/tesseract.git -------------- -- 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/CAG2NduVZ6ieS%3DvpG9X1PWyhPHvggHzfKujPTytctF_O03GeGbw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

