ReceiptManager / receipt-parser-legacy

A supermarket receipt parser written in Python using tesseract OCR

Home Page:https://tech.trivago.com/2015/10/06/python_receipt_parser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor code

mre opened this issue · comments

Although the receipt-parser works, it's really not too well structured. Might be better for testability (see #4) to clean up the parsers and make the code a bit more object-oriented overall.
Would be happy for anyone who wants to tackle this. Providing mentorship if needed.

Hello, I want to refactor this code. I have already forked and cloned this repository. Since it is my first proper contribution, I shall ask if I have any questions. I shall be following this guide https://docs.python-guide.org/writing/structure/

👋 Hey @Sando1,
thanks for contributing. Looking forward to what you come up with.
The guide looks reasonable to me. Please go ahead with that.

Cheers,
Matthias 😊

This was done by @Sando1 as part of #14. Thanks for this! 🎉