tshrinivasan / OCR4wikisource

OCR for WikiSource using Google Drive OCR
GNU General Public License v2.0
33 stars 24 forks source link

Needed to install python package seperately on Ubuntu 16.04 #85

Closed nasirkhan closed 8 years ago

nasirkhan commented 8 years ago

I am running the script from Ubuntu 16.04 where everything work installed properly but i asked to install the following packages separately. If the you are facing this issue use the command mentioned bellow to install the packages.

clint
wikitools
poster

pip install clint wikitools poster

Install MuPDF

sudo add-apt-repository ppa:ubuntuhandbook1/apps
sudo apt-get update
sudo apt-get install mupdf mupdf-tools

Install pdftk sudo apt-get install pdftk

Install djview sudo apt-get install djview djvulibre-bin

tshrinivasan commented 8 years ago

added this in setup.sh file.

check it.