* **desired_enrichments** (Required) -- A comma-separated list of the desired normalization calls to perform on the results of the resume parsing operation. The list of possible values is as follows (case-insensitive): **company_norm, geocoding, job_title_carotene, job_title_onet, school_norm, skillsv4, related_skillsv4, skillsv5, related_skillsv5**. For example, a request with a desired_enrichments value equal to **skillsv5,job_title_onet,company_norm** would receive skills extractions for version 5.0, ONet job title classifications, and company normalizations. **related_skillsv5** and **skillsv5** differ in that requesting **skillsv5** returns only extracted skills, while requesting **related_skillsv5** returns related skills alongside extracted skills in the document skills node. The **related_skillsv5** enrichment includes the **skillsv5** enrichment; there is no need to also request **skillsv5** when requesting **related_skillsv5**. The same applies to ***skillsv4*** and ***related_skillsv4***. If no additional enrichments are needed, the value **"none"** may be supplied to skip all post-parsing classifications and simply return the parsed resume data.
0 commit comments