I'm trying to read a pdf document ( I removed some content cause of sensitive data: https://ufile.io/bgghw ) into python. I have to work with the check boxes and perform action's based on these and other text.
I tried PyPDF3 but it only gave corrupted output, after a little research I found pdfminer which sounds promising with the downside to use python 2.7.
I'm not sure if there are other package's or there is like a best practise for working with pdf's in python as all the information I got is several years old and most of the information is very contrary. Of course I could settle with the best package for my case :)
Thanks for any advice!