Jishnnu / InvoiceAI-Document-Parser

Simple Streamlit application that parses the data from Invoice images and returns it in JSON format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InvoiceAI : Invoice Data Parser

GitHub code size in bytesGitHub top languageGitHub commit activity (branch)

InvoiceAI is a proof-of-concept project aimed to parse the invoice data from images and return the resultant data in a JSON format. This repository contains a Jupyter Notebook (Invoice_AI.ipynb) file that discusses multiple approaches that can be used to achieve the project's objective and a streamlit_app.py file that implements a simple Streamlit Application with Mindee's OCR API.

Please clone this repository and install all the dependencies mentioned in the requirements.txt file before running the Streamlit Application. Use the command streamlit run streamlit_app.py to run the application.


InvoiceAI.mp4

About

Simple Streamlit application that parses the data from Invoice images and returns it in JSON format


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%