Made using ChatGPT and Claude ✨
This Python tool extracts key information from invoice documents uploaded to a Google Drive folder, such as:
- 💰 Amount
- 📅 Date
- 📦 Item name
- 💱 Currency
- Follow the guide here Google Developers to set up your GCP.
- Download the
credentials.jsonandtoken.json, and save these files at the project root.
- Extracts structured data from invoices.
- Supports multiple fields including 💰 amount, 📅 date, and 💱 currency.
-
Clone the repository:
git clone https://github.com/Telwha/invoice-data-extractor.git cd invoice-data-extractor -
Install dependencies:
pip install -r requirements.txt
Run the script:
python main.py- Python 3.x
- Libraries listed in
requirements.txt
Feel free to fork this repository, make improvements, and submit pull requests.