I'm attempting to read some maths questions from a number of PDFs I have, for example:
Currently I'm using Textract's process, but it's giving me outputs as follows: (written in a HTML file with charset=utf-8)
My question is whether it's possible to extract the equations in a better format, at least one that is readable or definitely convertible to a readable format? Text would be preferable however images could also work. Cheers!

