RChilli processes resumes only to generate and return the requested parsing response. Resume files and their contents—including profile photos, facial images, image-derived data, PDFs, documents, and other supported file formats—are not stored or retained after processing.
By default, the Resume Parser can extract a candidate image embedded in a resume and return it in the API response. Clients who do not want candidate images to be processed or returned can disable this feature by setting the following API parameter:
"apisetting": {
"reqcandidateimage": false
}When this setting is disabled, the CandidateImageData and CandidateImageFormat fields are returned empty.
For configuration details, see:
https://docs.rchilli.com/kc/c_RChilli_resume_parser_dynamic_API_Setting#concept_g5w_t3j_wtb__reqcandidateimage
Clients can also disable HTML-related resume output when it is not required. Depending on the use case, the relevant HTML settings can be set to false, including htmlresume or formattedpdfhtml.
For PDF-to-HTML processing details, see:
https://docs.rchilli.com/kc/c_RChilli_resume_parser_dynamic_API_Setting#concept_g5w_t3j_wtb__formattedpdfhtml
These settings allow clients to configure resume parsing according to their privacy, compliance, and data-minimization requirements.
Comments
0 comments
Please sign in to leave a comment.