tesseract compile with libtiff
I just stumbled upon with this tesseract where I wasn't able to figure out what's the problem with libtiff since my libtiff, during configure, always says disabled, so I did able to fix it thru
The current version of 2.04 of tesseract, is what I am compiling for this stuff. My libtiff is, indeed, updated using the current version from http://www.remotesensing.org/libtiff.
Remember to have the required librarires installed, and these are
Hope this helps!
./configure --prefix=/usr --with-libtiff=/usr/libI tried to let --with-libtiff only, not giving the specific path, but it fails. So specifying the right path, makes the problem fixed.
The current version of 2.04 of tesseract, is what I am compiling for this stuff. My libtiff is, indeed, updated using the current version from http://www.remotesensing.org/libtiff.
Remember to have the required librarires installed, and these are
which all of them are separate libraries that you need to install. Leptonica does image analysis and image processing, which is really cool. tesseract use this as it helps them to OCR images.
libpng-dev
libjpeg-dev
libtiff-dev
zlibg-dev
leptonica
Hope this helps!
Comments