Skip to main content

Pain Point

Receipt photos have random filenames (e.g., IMG_20240301_xxx.jpg). You open each one, rename, and sort by category. Time-consuming.

After QoderWork

Point QoderWork at the receipt folder. It recognizes date, amount, merchant, and category, renames files, and organizes them.

Prompt Example

This folder has receipt photos from a business trip. Please:
1. Read each photo: date, amount, merchant, category (meals/transport/lodging/other)
2. Rename: date-type-amount-merchant.jpg (e.g., 20240301-meals-128-Starbucks.jpg)
3. Create subfolders by category and move files
4. Create an expense summary Excel with all receipts and totals

Key Metrics

MetricResult
FrequencyCommon expense-reporting scenario
AutomationOCR + classify + rename in one pass
BatchNo manual per-receipt work