Overview
UsingAnyParser
, you can extract key information from resume, including
- Personally Identifiable Information (PII)
- Personal Information
- Education
- Work Experience
- Projects
- Skills
- Certifications
Setup
Refer to the Quickstart guide to install the AnyParser SDK and get your api key. First, set up yourAnyParser
client.
anyparser_extract_resume_key_value.py
extract_resume_key_value
method, passing in the following:
file_path
(str): the path to the local file
anyparser_extract_resume_key_value.py
resume_result
(dict): Dictionary with the keys in “PII”, “Personal_Information”,“Education”,“Work_Experience”,“Projects”,“Skills”, and “Certifications”, and the values extracted from the documenttotal_time
(str): the time elapsed in seconds
Full Code
anyparser_extract_resume_key_value.py