Generate OpenDocument Spreadsheet (ods) and/or Excel Speadsheet (xls) from Ocado receipts
$ git clone https://github.com/magyargergo/ocado-parser.git
$ pip install -r requirements.txt
Add 1 or more receipts to the folder /static/pdf
then execute
$ python -m app.main
Your ODS files will be in /static/output
- Bring back xls output
- Implement Sainsbury's pdf parser
- Support parsing of substitutions
- Implement api for uploading pdf
- AWS integration
- dockerization