1
0

initial import of opensym2017 scraper/report

This commit is contained in:
2018-01-14 19:04:58 -08:00
commit 81a31bb283
4 changed files with 424 additions and 0 deletions

3
extract_pdf_page_lengths.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
find $@ -print0 |xargs -0 -n1 pdfinfo|grep Pages|awk '{print $2}' > opensym2017-pdf_page_lengths.list