Inspiration
What it does
How we built it
Challenges we ran into
Accomplishments that we're proud of
What we learned
What's next for BillScan
Scanning Bills:
Implemented OCR using Python's pytesseract library for text extraction from the scanned bills. Processed the extracted text to extract key information like the bill amount, due date, and vendor name. Parsing Information:
Used regular expressions to extract structured data, such as dates and payment amounts, from the raw OCR output. Integration with Google Calendar:
Utilized the Google Calendar API to create events for each due date of a bill. Automated adding reminders to alert users before the due date. User Interface:
Developed a basic command-line interface (CLI) for initial interaction. Enhanced the interface to be desktop or mobile-friendly, which will be implemented in future versions.

Log in or sign up for Devpost to join the conversation.