I've been trying o fins way to parse a resume in my spring boot project and fill out information for an account creation page.
I've tried looking things up in Baeldung but I've only found code to parse txt files. I want to be able to parse JSON and PDFs as well. I also can't find anything that can autofill the fields for the account creation using the parsed information.