Extract key-value information from resume
Using AnyParser
, you can extract key information from resume, including
Refer to the Quickstart guide to install the AnyParser SDK and get your api key.
First, set up your AnyParser
client.
Then, use the extract_resume_key_value
method, passing in the following:
file_path
(str): the path to the local fileThis will return two things:
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 secondsA dictionary of containing resume information.
Check out these notebooks for more detailed examples of using both sync and async AnyParser.
Extracting key-values from a fake W2 document.
Extracting key-values from a fake W2 document.
Extract key-value information from resume
Using AnyParser
, you can extract key information from resume, including
Refer to the Quickstart guide to install the AnyParser SDK and get your api key.
First, set up your AnyParser
client.
Then, use the extract_resume_key_value
method, passing in the following:
file_path
(str): the path to the local fileThis will return two things:
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 secondsA dictionary of containing resume information.
Check out these notebooks for more detailed examples of using both sync and async AnyParser.
Extracting key-values from a fake W2 document.
Extracting key-values from a fake W2 document.