lets say you have a pdf file in this formathttps://papers.gceguide.com/A%20Levels/Physics%20(9702)/2023/9702_m23_qp_12.pdf
my main goal is to basically take each question, and end up with an individual image of each question. is this something feasible that i can do in my website? the main way i can check if a question starts/ends is by seeing if there is a bolded number to its left, but i have no idea how to do that.
i understand theres a lot of problems with this, such as the question spanning multiple pages and stuff, but so far i have no idea how to begin. i have no idea how to read the raw pdf data using the pdfJS library