Extracts information from brand guidelines .pdf
file using AI and outputs json formatted string.
Warning Use the output only as suggestions. Results may vary depending on the information in the .pdf file and the provided questions. Always validate the accuracy of the output and the values.
- node >= 20.x
- npm >= 10.x
- Install dependencies
$ npm i
- Create your
.env
file from the.env.example
template file
$ cp .env.example .env
- Add value to every environment variable
- Start the script and provide the path to your
.pdf
document. (There are example files which you could use in thedemo/
folder)
$ npm start demo/microsoft-brand-guidelines.pdf