openva / richmondsunlight.com

The Richmond Sunlight website.
https://www.richmondsunlight.com/
MIT License
12 stars 3 forks source link

Check and flag legislation that was written by a third party #32

Open waldoj opened 10 years ago

waldoj commented 10 years ago

The PDF of legislation that was written by a third party is flagged as such. For instance, this bill contains this text at the top:

LEGISLATION NOT PREPARED BY DLS

The process is easy:

waldoj commented 9 years ago

This works fine: pdftohtml -f 1 -stdout bill.pdf | recode html..utf8

waldoj commented 8 years ago

I set up external_legislation.sh within /utilities/, to iterate through PDFs in a given directory and return a list of those that contain the text PREPARED.

waldoj commented 8 years ago

Got it. Works great. So far this is just a batch utility, and it works fine. Now to turn this into a little service.