Yashdew / Assessor

An open-source Resume Analyzer and Ranking tool for recruiters and candidates.
http://assessor.vercel.app/
MIT License
18 stars 8 forks source link

Added alternate implementation for resume parser #42

Closed deathsurgeon1 closed 2 years ago

deathsurgeon1 commented 2 years ago

PR for #32.

@Yashdew please review

vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @Yashdew on Vercel.

@Yashdew first needs to authorize it.

Yashdew commented 2 years ago

hey @deathsurgeon1 sorry for late response, I will review it.

deathsurgeon1 commented 2 years ago

hey @deathsurgeon1 sorry for late response, I will review it.

ok

deathsurgeon1 commented 2 years ago

@Yashdew please review the new changes

Yashdew commented 2 years ago

@AK9175 remove the fitz part from requiments.txt files and use this pymupdf. This will work

AK9175 commented 2 years ago

@AK9175 remove the fitz part from requiments.txt files and use this pymupdf. This will work

so I need to remove the fitz import from parser.py too?

Yashdew commented 2 years ago

@AK9175 No, Sometimes the function and packages names are not the same. Just uninstall fitz once and install pymupdf.

deathsurgeon1 commented 2 years ago

@Yashdew any updates ?

Yashdew commented 2 years ago

@deathsurgeon1 is this working for you?