All Questions
2 questions
0
votes
2
answers
624
views
Is it possible for a PDF data parser to read PowerPoint PDFs?
I am currently developing a proprietary PDF parser that can read multiple types of documents with various types of data. Before starting, I was thinking about if reading PowerPoint slides was possible....
2
votes
2
answers
6k
views
Parsing a PDF via URL with Python using pdfminer
I am trying to parse this file but without downloading it off of the website. I have run this with the file on my hard drive and I am able to parse it without issue but running this script it trips. ...