Skip to content

jye-lim/process_invoices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invoice Info Extraction

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.

Features

  • 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.

Running the Application Locally

Ensure you have the required libraries installed by running:

pip install -r requirements.txt

Run the Streamlit application:

streamlit run app.py



Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Releases

No releases published

Packages

No packages published

Languages