Parsing of text from Pdf in reactjs
I’m using the pdf.js library to extract text from PDF files, but the extracted text isn’t formatted correctly, with some lines ending up at the end. The PDF file usually contains a resume, and since different resumes can have varying layouts and word structures, how can I segment the parsed text into different sections like introduction, education, and experience?