I was trying to install tesseract-ocr using these commands:
auto-apt run ./configure
make
checkinstall
Auto-apt and apt-file are installed on my Ubuntu 14.04 and up to date.
However, during the ./configure process I'm encountering the following error:
checking for strerror... yes
checking for vsnprintf... yes
checking for gethostname... yes
checking for strchr... yes
checking for memcpy... yes
checking for acos... yes
checking for asin... yes
checking for leptonica... configure: error: leptonica not found
Here is the full configure code: Code on Paste past.ofcode.org
I have already installed the 'leptonica-progs' package but still encountering the same error.
Any idea how to solve this?