Quick win: Use your phone + a simple AI prompt to turn receipt photos into categorized expenses in minutes — no tech degree needed.
Why this works: Modern OCR (text recognition) plus a small AI classifier can read totals, dates and merchants, then assign categories consistently. You get faster bookkeeping, fewer mistakes, and ready-to-use data for tax time.
What you’ll need
- Smartphone with camera (or a scanner)
- A scanning app or the phone camera that saves clear JPEG/PDF
- An AI tool that accepts text or images (many apps offer this) or a simple workflow using an OCR step + AI prompt
- A spreadsheet or accounting software where you want categorized outputs
Step-by-step (do this first)
- Photograph the receipt on a flat surface with good light. Aim for readable text and no glare.
- Use OCR to extract text (many scanner apps do this automatically). Save the raw text.
- Send the OCR text to an AI with a prompt that asks for merchant, date, total, tax, line-items and a category from your list.
- Review the AI output and export as CSV or paste into your spreadsheet/accounting tool.
Copy‑paste AI prompt (use as-is)
“Extract the following fields from this receipt text: merchant, date (YYYY-MM-DD), total amount, tax amount, and key line-items. Then assign one category from this list: Meals, Travel, Office Supplies, Utilities, Rent, Other. Output as JSON with keys: merchant, date, total, tax, items (array), category. If date or tax is not present, return null for that field.”
Worked example
- Photo -> OCR returns: “Joe’s Diner 2025-06-15 Subtotal $45.00 Tax $4.05 Total $49.05”
- AI output JSON -> merchant: “Joe’s Diner”, date: “2025-06-15”, total: 49.05, tax: 4.05, items: [“Lunch”], category: “Meals”
- Paste CSV row into your expense spreadsheet or import to accounting software.
Mistakes & fixes (quick checklist)
- Do take a clear photo on a plain background.
- Do keep a short, consistent category list to avoid confusion.
- Don’t rely on AI blindly — scan a few samples and check accuracy.
- Don’t include receipts with personal info you don’t want stored in cloud apps.
Action plan (next 30 minutes)
- Take 5 receipts, photograph them.
- Run OCR and paste the text into the AI prompt above.
- Check results, correct any mis-categorized items, then import to your spreadsheet.
Start small, tune categories, and you’ll cut time spent on expense filing by 70% or more. Keep it simple and do one workflow until it becomes routine.
