This is a project to parse futures statements.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python parser.py
A Charles Schwab Futures daily statement named document.pdf should exist in the same directory.
A JSON document parsed_statement.json is output with the parsed contents.