Merge pull request #35 from raildex1/patch-12

Update pdf-parser to 0.6.4, added https
This commit is contained in:
Yan 2015-10-28 11:54:39 -07:00
commit 7af2b805af

View file

@ -1,7 +1,7 @@
#!/bin/bash -e
wget http://didierstevens.com/files/software/pdf-parser_V0_6_3.zip
unzip pdf-parser_V0_6_3.zip
wget https://didierstevens.com/files/software/pdf-parser_V0_6_4.zip
unzip pdf-parser_V0_6_4.zip
mkdir -p bin
mv pdf-parser.py bin/pdf-parser
chmod 755 bin/pdf-parser