This repository contains Python scripts to automate the conversion of scanned invoices into Excel files.
As part of my internship, I developed these tools to streamline the process of converting scanned invoices into structured Excel spreadsheets. These scripts aim to save time and improve data accuracy by automating repetitive tasks.
To convert scanned invoices to Excel:
- Make sure you have Python installed.
- Install the required dependencies listed in the scripts.
- generate your json
- modify
pdf2csv.py
to fit your needs. - Use the provided scripts to process your scanned invoices and generate Excel files.
pdf2gui.py
: Provides a user-friendly interface for viewing and converting PDF files.- the rest of the scripts are called by
pdf2gui.py
.
If you have any questions or encounter issues, please don't hesitate to ask.