TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Any suggestions for lightweight CV parsers?

2 pointsby jainvivek10 months ago
Should be able to fetch full name, email, phone, years of experience, recent employer, and primary skill.

1 comment

PaulHoule10 months ago
Google search turns up a number of commercial options<p><a href="https:&#x2F;&#x2F;www.google.com&#x2F;search?client=firefox-b-1-e&amp;q=extract+information+from+cv" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?client=firefox-b-1-e&amp;q=extract...</a><p>For open source there is<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tramyardg&#x2F;CVparser">https:&#x2F;&#x2F;github.com&#x2F;tramyardg&#x2F;CVparser</a> <a href="https:&#x2F;&#x2F;www.open-resume.com&#x2F;resume-parser" rel="nofollow">https:&#x2F;&#x2F;www.open-resume.com&#x2F;resume-parser</a><p>which are rules based. A modern approach would be to use a model like T5<p><a href="https:&#x2F;&#x2F;huggingface.co&#x2F;docs&#x2F;transformers&#x2F;en&#x2F;model_doc&#x2F;t5" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;docs&#x2F;transformers&#x2F;en&#x2F;model_doc&#x2F;t5</a><p>Training something like that would take a few thousand resumes though.
评论 #40917081 未加载