Compiling Leptonica-1.79 on CentOS 7


Leptonica is a pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications.

# wget http://www.leptonica.org/source/leptonica-1.79.0.tar.gz .
# tar -zxvf leptonica-1.79.0.tar.gz
# cd leptonica-1.79.0
# ./configure --prefix=/usr/local/leptonica-1.79.0
# make
# make install

References:

  1. Using Tesseract On Ubuntu

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.