Skip to content

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

Notifications You must be signed in to change notification settings

Jishnnu/InvoiceAI-Document-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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