Hey, everybody, I’m building an app where users can upload a PDF which is their resume and after uploading, I would like for all of the information to be extracted and auto filled into their profile and saved into the database(such as name, email, work experience, etc). Does anybody know an easy solution on how to go about doing this? I’ve looked at pdfco, I’ve also looked at Eden AI, but the process of utilizing a web hook, such as zapier or make is incredibly confusing. Would love any
Welcome to the Bubble Community!
It would be an advanced thing to do for sure.
There are a few options out there. Just a few ideas:
- Use ChatGPT with Vision capabilities and have it send JSON formatted data to you so you can update the profile. (Probably the most complicated but also the most accurate)
- Use an OCR to extract the text from the pdf, send it to ChatGPT and see if it can extract the data and send it to you in JSON format using Stuctured Outputs.
There are probably other ways to do this, but I think these are some pretty good options for you. Not for the faint-hearted. I have been doing something similar with getting back structured outputs, it has taken me at least a few days to set it up properly.
1 Like