Setup:
Clone the Project, run the Pip Installer to load dependencies and proceed using the Command-Line Tool. Install Google Tesseract OCR from the pagkage manager your system supports. Example below is for Ubuntu.
sudo apt-get install tesseract-ocr
git clone git@github.com:RogerWebb/oregonpublicdata.git
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
Load an ORESTAR Excel Export File
python -m oregonopendata.orestar load-file <filename>