This is a receipt parser program, which takes an image of a receipt, reads it, and will then give you the relevant information and organize it in an excel spreadsheet.
More information coming soon
Prerequisites: Python 3 and pip.
Install Tesseract from https://github.com/UB-Mannheim/tesseract/wiki and run through the installer. Make sure to install in the default Program Files directory.
Now, you can git clone this repository in the directory of your choosing.
After the clone is finished, go the the directory you installed it in and type
pip install -r requirements.txt
to install the dependencies.
Then, you can type python main.py in the command prompt, and it should run OpenReceipt.