Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 205 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 205 Bytes

Resume Parser

Extracts Details of resume(pdf and docx format) and saves it in csv format.

The whole process is done using flask.

  • To run the flask api
export FLASK_APP=master.py
flask run