Autofill Resume Data

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 pdf.co, 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 guidance and help I can get as I am pretty new at bubble thank you!

I used Azure ORC extractor, but now you can do it with GPT vision, and Gemini, just tell the AI to give you a JSON response with pre-define KEY … so bubble can detect it and you can reference it and save it into your app

If you are a pro gemini user, it will give you free 1m token a month for tesitn.

Thanks so much! How difficult was it for you to map the JSON data in the database? Was there any tutorials you found online helpful?