Parsing/Reading Resumes with Python
I have to build a service that “extracts Information from a resume/CV” with Python (to later use it with a Django Back-End).
My question is, What should I use in your opinion ? for instance, is a library such as spaCy is enough (at least for ATS friendly ones) or do I have to integrate an LLM solution (using OpenAI API or Gemini API)