This repository contains a Streamlit application that allows users to upload invoices and extract relevant information from them.
You can either access it through the Streamlit Sharing platform or run it locally.
-
File Uploading: Users can upload invoices in the form of ZIP, PDF, or XLSX files.
-
Multiple Processing Options: The application currently supports processing options for ACS, BRC, PANU, and SINMIX invoices.
-
Results Download: After processing, users can download the extracted information in Excel format. For the SINMIX option, processed PDFs can be downloaded in a zipped format.
Ensure you have the required libraries installed by running:
pip install -r requirements.txt
Run the Streamlit application:
streamlit run app.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.