Wanted to know how to compare job description and resume using document understanding feature and shortlist correct resumes
Have you tried Using regex for comparison. I think it can be useful. Pick some important keywords from the job description and try to search them in resume and count the number of matches. To decide which resume is more suitable you can design a simple matrix as to higher the number of matches the more likely the resume is fit for the job description.
Thanks Varun but had one doubt if there are different types of resumes like. Docx,.pdf the same solution should hold gud right
If we are able to extract text, then yes.
1 Like