pdf-gold-digger/demo.sh
Michal Szczepanski cc2002078b Extract images with VisitorImage #2
- output to file based on format data.{format}
- more documentation
2019-07-23 04:53:17 +02:00

5 lines
221 B
Bash
Executable File

#!/usr/bin/env bash
mkdir -p out
wget -O out/test.pdf -nc https://github.com/mozilla/pdf.js/raw/master/web/compressed.tracemonkey-pldi-09.pdf
node gd.js -i './out/test.pdf' -f json
node gd.js -i './out/test.pdf' -f text