> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qoder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Case 12: Receipt Photo Recognition & Filing

## 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

```plaintext theme={null}
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

| Metric     | Result                              |
| ---------- | ----------------------------------- |
| Frequency  | Common expense-reporting scenario   |
| Automation | OCR + classify + rename in one pass |
| Batch      | No manual per-receipt work          |
