Update demo.sh with xml output and extract font
This commit is contained in:
parent
a115debd41
commit
9b0574777f
3
demo.sh
3
demo.sh
@ -2,4 +2,5 @@
|
||||
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
|
||||
node gd.js -i './out/test.pdf' -f xml
|
||||
node gd.js -i './out/test.pdf' -f text -t
|
||||
|
Loading…
Reference in New Issue
Block a user