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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 100.0%