Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding ocropy installation #60

Closed
hendk opened this issue Oct 17, 2015 · 2 comments
Closed

Understanding ocropy installation #60

hendk opened this issue Oct 17, 2015 · 2 comments

Comments

@hendk
Copy link

hendk commented Oct 17, 2015

Hello everyone,

I'm working on a project and need to use ocropy, I tried to install it on windows but failed, so I moved to Ubuntu. I'm not a nerdy when it comes to Ubuntu, so I'm stuck now.

I have installed python 2.7 on Ubuntu and all the requirements 1 and 2, also I've installed opencv.

Then I tried to install ocropy as written in the read-me but failed at this line:
mv en-default.pyrnn.gz models/

I actually don't understand it, because its previous line gets a .gz then we want to move it to a model directory (which is not created yet!) then we need to run setup.py which is not their. So I don't know if I'm missing something, I know I might sound so ignorant to some of you but I'm really new to this and I'm doing my best to understand, I also didn't find any helpful information on the net regarding my issue.

Any help is appreciated, Thank you in advance.

@zuphilip
Copy link
Collaborator

The first thing which you have to do is to clone (copy) all files from github to your local machine, i.e.

$ git clone https://github.com/tmbdev/ocropy.git

This will create the directory models and the script setup.py and also the PACKAGES list.

@hendk
Copy link
Author

hendk commented Oct 17, 2015

@zuphilip Thank you very much! it is working now

@zuphilip zuphilip closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants