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

Getting Started #9

Open
ArunMishra1 opened this issue Jan 27, 2018 · 4 comments
Open

Getting Started #9

ArunMishra1 opened this issue Jan 27, 2018 · 4 comments
Labels
Hacktoberfest Open for #Hacktoberfest 2018-19

Comments

@ArunMishra1
Copy link

Hi,
I was wondering if you can share some information how to run the project or get started with it? This way atleast It will help to understand whats and how its happening.

@dilippuri
Copy link
Owner

sure why not!
I have already listed all the requirement in README. Install and follow the instructions.

Basically, This project is done in two parts:

  1. Making image - we have to process an image and we give to OCR library so it can recognize accurately. Somehow if we are able to process an image in such a way so it will the best input for OCR library so our half task is done. Now

  2. Process the text - actually, this text which is an output of OCR library. Now we will process this text so we can get some meaningful information.

then we will represent out output that is up to us how we want to generate our result(I mean our output format)

@mithun766
Copy link

Hi Dilip,

Thanks for the explanation provided above.

But I am having an issue running the docker. I have already created an image through this command:
docker build -t shantanuo/mypancard .
However, the next command for running the container in Windows is failing:
docker run -i --rm -v "$(pwd)":/home/ /home/tpan.py /home/mandakini.jpg
I have inserted mandakini.jpg as a PAN card in the project home folder already.

Could you please provide the steps to run the container with the above parameters?

@rilAnuj
Copy link

rilAnuj commented Sep 17, 2018

In your readme file you write
python file_name.py [input image] to run the code. However there is no file_name.py file in the repo. This is certainly wrong. Please provide correct instructions.

@dilippuri
Copy link
Owner

many people are having the same issue right now I am quite busy with my academics as I get some time I will look into it.

@dilippuri dilippuri added the Hacktoberfest Open for #Hacktoberfest 2018-19 label Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest Open for #Hacktoberfest 2018-19
Projects
None yet
Development

No branches or pull requests

4 participants