Closed GoogleCodeExporter closed 9 years ago
The message statutes that tesseract library can not find pixGenerateCIData
function (provided by leptonica 1.70), so this is not tesseract issue, but
leptonica installation issue.
IMO there could be 2 reasons for error:
1. you did not uninstall old leptonica library properly before installing 1.70
version
2. you did not install leptonica 1.70 properly.
Original comment by zde...@gmail.com
on 7 May 2014 at 7:29
Original comment by zde...@gmail.com
on 7 May 2014 at 8:50
Any chance you can toss us a bone on how to find information on removing old
libraries or properly installing leptonica 1.70? I have the same problem, but
am following instructions to no avail. Thanks.
Original comment by freddyth...@gmail.com
on 20 Aug 2014 at 3:49
I found that the earlier version of leptonica was installed (by default?) in
/usr/include/leptonica and /usr/lib/leptonica and 1.71 (I didn't try 1.70) was
installed in /usr/local/include/leptonica and /usr/local/lib/leptonica.
Easiest solution -
# rm -rf /usr/include/leptonica /usr/lib/leptonica
as the /usr/local/*/leptonica were being searched AFTER the /usr/*/leptonica
versions.
Original comment by karl.nyb...@gmail.com
on 5 Sep 2014 at 2:27
Ihave the same problem. leptonica is installed correctly - at least "make
check" fpr leptonica 1.71 says that all tests were passed.
Nevertheless, the directories in question seem not to exist.
I do have /usr/local/include/leptonica, but I do have only liblept*-files in
/usr/local/lib - no subdirectory "Leptonica"
Original comment by n.nicki...@gmx.de
on 5 Sep 2014 at 5:38
I had the same issue, I rebuilt leptonica and change the prefix dir to /usr
#./configure --prefix /usr
That then installed the liblept in /usr/lib and I was able to carry on
compiling tesseract-ocr.
Original comment by kur...@gmail.com
on 11 Sep 2014 at 8:45
Original issue reported on code.google.com by
mohsen.m...@gmail.com
on 7 May 2014 at 6:25