Generate OpenDocument Spreadsheet (ods) from Ocado receipts
$ git clone https://github.com/SavageCore/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
Primarily because organising the weekly shop bill with housemates is a faff!
However, I created this fork of magyargergo/ocado-parser to do the following:
- Remove quantity from spreadsheet
- Switch from XLSX to OpenDocument Spreadsheet (ods)
- Support parsing multiple receipts in one run
- Learn some more Python (primarily unit testing)