node-pdfparser-example
node-pdfparser-example copied to clipboard
little node script to parse a few hundred pdfs of the same form and save results in a csv
node-pdfparser-example
little node script to parse a few hundred pdfs of the same form and save results in a csv. see corresponding blog post: http://timogrossenbacher.ch/2014/11/parsing-thousands-of-pdfs-with-javascript/
to install and run:
git clone https://github.com/wnstnsmth/node-pdfparser-example.git
npm install
node parse.js
output will be written to output.csv and there are some example pdfs in the pdfs folder.