Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 30, 2021 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amankharwal/bc0388a850d0045e7376bae928e59c70 to your computer and use it in GitHub Desktop.
Save amankharwal/bc0388a850d0045e7376bae928e59c70 to your computer and use it in GitHub Desktop.
def scan_resume(resume):
from resume_parser import resumeparse
data = resumeparse.read_file(resume)
for i, j in data.items():
print(f"{i}:>>{j}")
scan_resume("Aman Kharwal.docx")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment