OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
285 stars 164 forks source link

The syntax of the command is incorrect. #4

Closed simplesaad closed 5 years ago

simplesaad commented 5 years ago

C:\Users\moham\Desktop\Resume Parser\ResumeParser-master>python cli.py -f <C:\Users\moham\Desktop\Resume Parser\ResumeParser-master\resumes\Saad.pdf> The syntax of the command is incorrect.

OmkarPathak commented 5 years ago

Remove < > from your file path and try again

letrongtanbs commented 5 years ago

how to import extract_utils as to_extract I can't install extract_utils

OmkarPathak commented 5 years ago

@letrongtanbs what error are you getting exactly?

simplesaad commented 5 years ago

when executing " python cli.py -f C:\Users\moham\Desktop\Resume Parser\ResumeParser-master\resumes\a2.pdf" I'm getting this error "cli.py: error: unrecognized arguments: Parser\ResumeParser-master\resumes\a2.pdf"

OmkarPathak commented 5 years ago

@simplesaad

python cli.py -f "C:\Users\moham\Desktop\Resume Parser\ResumeParser-master\resumes\a2.pdf"

This is the right command. You are not passing it as a single argument. There is a space between Resume Parser folder name. Hence, windows interprets it as two different arguments

letrongtanbs commented 5 years ago

My fault, just because I changed the repository! I solved it. Thank you.

OmkarPathak commented 5 years ago

@letrongtanbs glad you could solve the issue. Do provide a feedback after you use the application 😄