sudo apt-get update
sudo apt-get install libleptonica-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libleptonica-dev
Thanks
--
You received this message because you are subscribed to the Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-oc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/db64652a-3ded-496e-96f2-0ea4c818b0ebn%40googlegroups.com.
Note for Ubuntu users: In case apt
is unable to find the package try adding universe
entry to the sources.list
file as shown below.
sudo vi /etc/apt/sources.list
Copy the first line "deb http://archive.ubuntu.com/ubuntu bionic main" and paste it as shown below on the next line.
If you are using a different release of ubuntu, then replace bionic with the respective release name.
deb http://archive.ubuntu.com/ubuntu bionic universe