I've installed Ubuntu 18.04.
I've installed tesseract using sudo apt-get install tesseract-ocr
When I type:
tesseract -v
I had an error:
tesseract: symbol lookup error: /usr/lib/x86_64-linux-gnu/libtesseract.so.4: undefined symbol: pixaDisplayTiledInColumns
Below is the output of apt-cache policy tesseract-ocr
:
Installed: 4.00~git2288-10f4998a-2
Candidate: 4.00~git2288-10f4998a-2
Version table:
*** 4.00~git2288-10f4998a-2 500
500 in.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status
tesseract-ocr: Installed: 4.00~git2288-10f4998a-2 Candidate: 4.00~git2288-10f4998a-2 Version table: *** 4.00~git2288-10f4998a-2 500 500 http://in.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages 100 /var/lib/dpkg/status
– mayur panchal Jan 12 '19 at 05:41tesseract-ocr
package not extracting the archive. try to runsudo ldconfig
and reinstall it again. or to get it, try to installlibtesseract-dev
package – abu-ahmed al-khatiri Jan 12 '19 at 15:48