add: helper in readme for pass pdf
fix: cp
initial commit
A simple jar to extract pdf content to text
The idea is to generate a jar. Here I use leiningen:
make uberjar
As simple as one can expect. Just run with your desired file
$ java -jar pdfminer-0.1.0-standalone.jar resources/filetouse.pdf
If your pdf is password protected you can try using qpdf to set it free:
qpdf -password=<your-password> -decrypt /path/to/secured.pdf out.pdf