sensiblecodeio / scraperwiki-python

ScraperWiki Python library for scraping and saving data
https://scraperwiki.com
BSD 2-Clause "Simplified" License
159 stars 67 forks source link

Allow pdftoxml to accept options. #75

Closed petterreinholdtsen closed 10 years ago

petterreinholdtsen commented 10 years ago

The version of pdftoxml on the old scraperwiki site accepted extra options in the second argument. This patch add the same argument to this version of pdftoxml, to allow the -hidden flag to be added when needed.

scraperdragon commented 10 years ago

Exactly same code as classic. Not sure why this was omitted.