π Automate the process of receiving and linking payment receipts from WhatsApp with existing invoices using Twilio API and OCR.
- π₯ Receive payment receipt images via WhatsApp.
- πΌοΈ Extract invoice numbers and payment details using OCR.
- π Match payment receipts to invoices in the database.
- π’ Notify users when payments are processed successfully.
- Python 3.x installed
- Twilio account with WhatsApp API access
- Ngrok (for local testing)
- Flask
- OCR service (Tesseract, Google Vision API, or Azure OCR)
git clone https://github.com/YOUR_GITHUB_USERNAME/WhatsAutoPayment.git
cd WhatsAutoPayment