Receipts Processed Without Typing a Single Field
Reads receipts via AI vision (PDF, JPEG, PNG) and consolidates into a corporate expense CSV. Runs at 1:00 AM daily or on-demand.
expense-receipt-processor.mdAbout This Blueprint
Drop receipts into the receipts/ folder and this agent processes them at 1:00 AM daily via cron job. Uses AI vision to read PDFs, photos, and screenshots — extracting vendor, date, amount, category, currency, and payment method. Consolidates data into a corporate expense CSV and archives processed receipts.
What's Inside
A cron job runs at 1:00 AM daily and processes all receipts in the receipts/ folder
The agent runs automatically at 1:00 AM local time every day. It scans the receipts/ folder for any PDF, JPEG, PNG, or screenshot files, uses AI vision to read and extract data from each receipt, and consolidates everything into a corporate expense CSV. Processed receipts are moved to the processed/ folder. The agent can also be triggered on-demand via the /expense-process command.
Expense Receipt Processor
This agent reads receipts using AI vision (OCR) — including PDFs, photos of receipts, screenshots, and email PDF attachments — then extracts the key expense data and consolidates it into a corporate expense CSV file. It handles messy real-world receipts: rotated images, faded text, multi-item bills, and foreign currencies.
- Receipt files (PDF/JPEG/PNG)
- Existing expense CSV
- Category classification rules
- Scan receipts folder
- Read receipt via AI vision
- Append row to expense CSV
- Move processed receipts
- Log processing activity
This blueprint is a self-contained agent package. Drop the .md file into your workspace, type "tact it", and your AI platform unpacks the agent — complete with rules, skills, workflows, and a ready-to-use slash command.