tshrinivasan / OCR4wikisource

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

OCR installation #95

Open SuhasLabade opened 7 years ago

SuhasLabade commented 7 years ago

I did whole process given here https://bn.wikisource.org/wiki /%E0%A6%B8%E0%A6%BE%E0%A6%B9% E0%A6%BE%E0%A6%AF%E0%A7%8D%E0% A6%AF:OCR4Wikisource

for OCR installation.I enabled given API's also, but still after updating config.ini file last one command giving error message ImportError: No module named clint.textui

tshrinivasan commented 7 years ago

did you run setup.sh?

Run it once again as

sh ./setup.sh

it will reinstall again with all dependencies.

do it and share the results.

SuhasLabade commented 7 years ago

Sir, I did this now getting following error , related to uni-code. Attached screenshot here.  

Best regards, Suhas Labade.Incharge,Vigyan ashram Fab-lab.Programm officer,DIY Lab, Pune.

On Tuesday, 25 April 2017 4:07 PM, Shrinivasan T <notifications@github.com> wrote:

did you run setup.sh?Run it once again assh ./setup.shit will reinstall again with all dependencies.do it and share the results.— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

tshrinivasan commented 7 years ago

share the error message as text here.

so that it will be available in search in future.

Aftabuzzaman commented 7 years ago

I have the same problem. cattura

Shreeshrii commented 6 years ago

I had got the same error as clint was not installed. I found that was because my local installation (WSL) did not have pip.

I added the following to setup.sh and had to rerun it a couple of times to fix the issue.

sudo apt-get install python-pip
tshrinivasan commented 6 years ago

@SuhasLabade @Aftabuzzaman do you have the installation issue still?

reply here with the status. let us solve them.