Skip to content

Commit da49e34

Browse files
committed
update eu enrichment
1 parent 18b5aff commit da49e34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ResumeParseAndNormalize.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ The following parameters may be supplied in the query string (for HTTP GET) or f
5858
        **NOTE:** Documents with no or few newlines will be rejected by the parser.
5959

6060
* **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.
61-
61+
62+
* Note: In EU, only the **geocoding, company_norm, skills, skillsv4, related_skillsv4, skillsv5, related_skillsv5** values are supported.
63+
6264
Note that the **experience_months_by_job_category** field relies on job title classifications, and will only appear in the response if either the **job_title_onet** or **job_title_carotene** enrichment is requested. (This field will be computed using the most recent version of Carotene that is available, or the most recent version of ONet if no Carotene versions are available)
6365

6466
* **return_date_of_birth** (Optional) -- If this parameter is provided then the service will return a filled date of birth field when it is included on the document. If not provided then this will return an empty string. Note, this field was made available mainly for our international clients. It can be considered age discriminatory in the US and should only be used in special circumstances.

0 commit comments

Comments
 (0)