Resume Parser Question

Hi
I am creating my first App. In a page I allow user to upload their resume and parser fields in each block(Personal information, work experience, Education, …). Concept is PDF → text and send to ChatGPT to send back Markdown format for further javascript parser by reqexp. This function works but sometimes seems not stable. (ex javascript order in workflow may cause the parser failure)
My workflow diagram is below. Is anyone can give me some advice to improve the efficiency ? Or any other method to parser the pdf resume? (Actual I tried some resume parser API, but can’t find a good one)

So long story short your aim is to extract the following ?

  • Basic Info
  • Skills
  • Work
  • Education
  • Projects
  • Certification

Basically, There are 6 Blocks (Basic Info, Work, Edu, Project, Skill, Certification)in the resume. And each block has several fields.

For example,

  • fields in Basic Info are name, email, mobile, headline title, summary
  • field in work are several work entry with (company, title, start date, end date, achievement), of course different candidate has different # or work entry.

For above reason, ChatGPT identify the each blocks and format Markdown for me to parser field by Javascript in Bubble…

Were there any problems with services providing specialized resume parsing APIs?

Hi, I found general resume parsing APIs not able to parser all the fields compare to my method.

Check out my new plugin for DocsParse.com
It’s fully handles such case:
[NEW PLUGIN] Any Document Parsing in Bubble with DocsParse - AI Powered Document Parsing Tool

This topic was automatically closed after 70 days. New replies are no longer allowed.