HARISH20205 commited on
Commit
a2802bc
·
1 Parent(s): 979bdd1

list format

Browse files
Files changed (1) hide show
  1. Process/ats_parser.py +2 -2
Process/ats_parser.py CHANGED
@@ -60,11 +60,11 @@ def extract_resume_details(resume: str):
60
  "github": null,
61
  "phone": null,
62
  "skills": null,
63
- "experience": null,
64
  "education": null,
65
  "certifications": null,
66
  "areas_of_interest": null,
67
- "projects": null,
68
  "languages": null,
69
  "awards_and_achievements": null,
70
  "volunteer_experience": null,
 
60
  "github": null,
61
  "phone": null,
62
  "skills": null,
63
+ "experience": (give each point in list),
64
  "education": null,
65
  "certifications": null,
66
  "areas_of_interest": null,
67
+ "projects": (give each point in list),
68
  "languages": null,
69
  "awards_and_achievements": null,
70
  "volunteer_experience": null,