Jython script to extract the information of Chilean citizens qualified to vote according to PDFs provided by Servel
This project is intended to show how we can easily extract sensitive information from potential chilean voters through PDFs provided by Servel (Chilean Electoral Service).
You need two things to use this script:
Jython 2.7.1
Apache PDFBox
If you have Jython installed and the Servel PDFs downloaded, you can run:
$ jython extract.py --output csv A1501001.pdf
This will create a CSV file with the extracted data
For more info, you can run:
$ jython extract.py -h
This project is licensed under the MIT License - see the LICENSE.md file for details Apache PDFBox file is licensed under Apache License v2.0.