invoice_generator_mvp/ ├── main.py # Interactive invoice controller (3 input methods) ├── config.py # Centralized branding & payment configuration ├── smoke_no_pandas.py # Non-interactive smoke test ...
A Python-based tool to extract structured data from Amazon and Flipkart PDF invoices without using any third-party APIs. It processes PDF files and stores cleaned, structured data into an Excel file ...