The goal of this project is to transform a PDF copy of Wild Edibles of Missouri by Jan Phillips to a CSV file.
The Node.js script pdf2json.js
transforms WildEdibles.pdf into WildEdibles.json using the pdf2json library.
Usage:
node pdf2json.js
After the PDF is converted to JSON, the Node.js script index.js
transforms WildEdibles.json into WildEdibles.csv.
Usage:
node index.js
Tested with Node.js v8.16.0.