/receipt_scanner

School project for scanning and retrieving data from receipts

Primary LanguagePython

Receipt scanner

The goal of this project is to create a service which will provide users with the ability to scan receipts, extract data and store it.

It is meant as a tool for better monitoring of your daily expenses and shopping habbits.


Building blocks

This project was divided into smaller parts:

  • Reader - which provides all OCR functionalities. It takes your raw image and outputs formated contents of the receipt.

  • Main Service - it orchestrates the workflow of the entire application.

  • Storage


How do I run it?

Well you don't... at this point

i