Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.14 KB

ocado-parser

Lint codecov Code style: black

Generate OpenDocument Spreadsheet (ods) and/or Excel Speadsheet (xls) from Ocado receipts

Install

$ git clone https://github.com/magyargergo/ocado-parser.git
$ pip install -r requirements.txt

Running

Add 1 or more receipts to the folder /static/pdf then execute

$ python -m app.main

Your ODS files will be in /static/output

Future plans

  • Bring back xls output
  • Implement Sainsbury's pdf parser
  • Support parsing of substitutions
  • Implement api for uploading pdf
  • AWS integration
  • dockerization

Contributors