Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 787 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 787 Bytes

Google NL API Testing

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.

Run Project

# install dependencies
$ npm install

# serve at localhost:3000
$ npm run live
*Note you will need to have your computer setup with the Google Cloud Platform for this to funcion correctly.

Tools: