RChilli does not perform any kind of duplicate validation checks on resumes. Each request sent to our service is treated as a unique request and is counted separately, regardless of whether the same resume has been submitted before.
The responsibility of identifying duplicate resumes lies after the parsing process. RChilli’s role is limited to generating and delivering the JSON output from the resume parser.
To handle duplicate detection on your side, we recommend storing the MD5 hash of each file in your database. This method is effective for identifying duplicate resumes before sending them for parsing.
For your reference, here are some useful resources on MD5 hash checks and duplicate file detection:
If you have any questions or concerns, please don't hesitate to reach out to us at support@rchilli.com
Comments
0 comments
Please sign in to leave a comment.