All Questions
3 questions
0
votes
1
answer
1k
views
How to scrape data from PDF into Excel
I am trying to scrape the data from PDF and get it saved into an excel file. This is the pdf I needed: https://www.medicaljournals.se/acta/content_files/files/pdf/98/219/Suppl219.pdf
However, I need ...
0
votes
1
answer
582
views
Scraping large and complex PDF tables
I've been trying to scrape some data off of PDFs regarding 2020 election results in California for my own morbid curiosity.
I need to scrape many tables that appear across many pages. In some cases, ...
1
vote
0
answers
46
views
Using Python to specific values from multiple PDFs and converting it to 1 excel sheet
I am working with PDF documents containing lab results. The PDFs are identical except for the customer name, along with the respective sample value. Can Python be used to extract the specific values ...