-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate automated table pdf scraping with pdftables #29
Comments
wow this is pretty cool. the last time I was did table scraping from pdf's I redirected |
what is happening currently for getting new data from PDFs into _data/ csv files? is there any automation and are those scripts in the repo? |
I just tried Tabula after a tip-off from someone at CodeForPortland last night. The tables are manually selected using the mouse, but the data in the tables are read into csv automatically. It seems to work fairly well. I'm not sure if thats any better than whats being done already. |
I think these tools work fine, as long as the text in the PDF is readable. I don't think it would help if they are scanned pages (which, at least in the guinea dataset, is a majority). I suspect most such are manually done. (@caitlin, please clarify) Tried a crude crowdsourced initiative to do it --> bit.ly/ebola_guinea (A few were digitized but, due to lack of incentives/spreading the 'crowd' didn't come). The key reason for using google doc is to lower the tech barrier (no need of github account), and partial contribution (fill a few columns until you're bored). If anybody has ideas on extending this idea, shoot! |
I use a combination of Tabula, a few little scripts to reformat the data, Each Liberia file takes about 3-5 minutes from download to upload, and On Wed, Oct 15, 2014 at 11:28 PM, srinivvenkat [email protected]
|
https://blog.scraperwiki.com/2013/07/pdftables-a-python-library-for-getting-tables-out-of-pdf-files/
The text was updated successfully, but these errors were encountered: