Skip to content

A Node.js script to transform a PDF copy of Wild Edibles of Missouri to a CSV file.

License

Notifications You must be signed in to change notification settings

gbroques/wild-edibles-of-missouri-pdf-to-csv

Repository files navigation

Wild Edibles of Missouri: PDF to CSV

The goal of this project is to transform a PDF copy of Wild Edibles of Missouri by Jan Phillips to a CSV file.

Wild Edibles of Missouri Cover

PDF to JSON

The Node.js script pdf2json.js transforms WildEdibles.pdf into WildEdibles.json using the pdf2json library.

Usage:

node pdf2json.js

JSON to CSV

After the PDF is converted to JSON, the Node.js script index.js transforms WildEdibles.json into WildEdibles.csv.

Usage:

node index.js

Node.js Version

Tested with Node.js v8.16.0.

About

A Node.js script to transform a PDF copy of Wild Edibles of Missouri to a CSV file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published