Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The CV parser service does not rely on any access level restrictions for the eRecruiter API. If the mandator an applicant portal is configured for CV parsing services (in eRecruiter Administration area), it can be used after successful authentication with the API.

CV-Parsing

eRecruiter supports two different CV parsers via the API. The mandator setting holds information about which one is in use. This setting can be changed in the eRecruiter application. You can find the setting at the administration area at the mandator settings in the CV parser sectionThe API supports a parsing service for CV's and extracts structured data from it. Different CV parsing algorithms are supported at the backend of the API. The actual parsing algorithm can be configured in the administration area of the eRecruiter. Therefore, select in the documentprocessing settings in the applicant portals administration to the preferred options.

Code Block
titleCv-Parsing
POST Api/CvParser

...

  • CVparser (by eRecruiter): Basically is able extract general applicant information from an CV. This is the standard parser which is used by default.
  • CVLizer (3rd party): This is a professional CV parser. It's able to extract precisely parsed information from the CV, like general applicant information, education, skills, ...

Result

After parsing the CV the API will return the general information (name, adress, photo, ...). Both types of parsers are able to extract this data, there is no great impact of the choosen one. Howerver, in general, there is a higher potential mistake rate using the CVparser than the CVLiverThis endpoint provides structured applicant profile data, based on the extracted data from the parser. Depending on the portal settings, the parser returns different results.