Supermarket Receipt Data Analysis

An application to extract data from a supermaket receipt image, analyse and manipulate the data amd create an intuitive Google Sheets. All data will be categorized to the user track where exactly his money is being spent. Also, the user will be able to monitor market price variation and the price between different markets.

Development steps:

  • Extract data from a supermaket receipt image. ✔️
    • Image processing, thresholding and text detect/highlight. ✔️
    • Write a TXT and a CSV file. ✔️
    • Libs: OpenCV and Pytesseract.
  • Analyse and manipulate the data.
    • Get only the main information.
    • Libs: Pandas.
  • Send the data to Google Sheets
    • Create a Database Sheets to visualize all data easily.
    • Libs: Google Scripts.



Original Receipt Image Highlighted Receipt Image

Currently in development.