This aim of this is to create a series of scripts that will be able to parse a local PDF file to get the contents in text form. With this text then send to the Google Natural Language API for analysis.
These scrips will be built in a simple Express.js appllication to act as our API to interact with.
# install dependencies
$ npm install
# serve at localhost:3000
$ npm run live