Spaces:
Sleeping
Sleeping
Commit ·
a2802bc
1
Parent(s): 979bdd1
list format
Browse files- 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":
|
| 64 |
"education": null,
|
| 65 |
"certifications": null,
|
| 66 |
"areas_of_interest": null,
|
| 67 |
-
"projects":
|
| 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,
|