Skip to content

Latest commit

Β 

History

History
87 lines (53 loc) Β· 2.68 KB

File metadata and controls

87 lines (53 loc) Β· 2.68 KB

Photo a Receipt β†’ Auto-Log Expense

πŸ’¬ From Zigzag Β· 2026-03-30 (via DM)


🎯 Pain Point

Manual expense logging after shopping is a chore: open the app, enter merchant, amount, category, date… You skip it every time, and your finances stay a mess.


πŸ’‘ What It Does

Take a shopping receipt and send it to Minis. It calls Apple Vision to identify the content of the receipt, extract the merchant name, total amount, product details, consumption time, automatically classify it (shopping/dining/transportation, etc.), complete accounting and output a structured bill.

Actual measurement results (Hema fresh receipts):

  • βœ… Correctly identify the merchant: Hema
  • βœ… Amount: Β₯82.60 (7 items)
  • βœ…Automatic classification: shopping
  • βœ… Identify discounted products and get accurate prices after discounts
  • πŸ’‘ Use Apple Vision local recognition, no need to connect to the Internet, accurate recognition in dark light environment with normal lights on.

Take a photo of a receipt and send it to Minis. It uses Apple Vision to OCR the receipt, extracts merchant name, total amount, item breakdown, and timestamp, auto-categorizes the expense (shopping/dining/transport, etc.), and outputs a structured expense record.

Real test (Hema Fresh receipt):

  • βœ… Merchant: Hema Fresh
  • βœ… Amount: Β₯82.60 (7 items)
  • βœ… Auto-category: Shopping
  • βœ… Correctly identified discounted items with final price
  • πŸ’‘ Uses Apple Vision for local OCR β€” no network needed, works well under normal indoor lighting

πŸ›  Skills Used

Skill Purpose
Built-in Apple Vision Run local receipt OCR
Built-in shell Parse the OCR result and generate an expense log

πŸ’¬ Example Prompt

(Attach receipt photo)
Log this expense for me.

πŸ“Έ Screenshots

Screenshot by Zigzag

πŸ“· Shared by Zigzag Β· 2026-03-30 β€” Take Hema fresh receipts, automatically identify 7 product details, total Β₯82.60, classified as shopping


βš™οΈ Requirements

  • No additional configuration required, Apple Vision is a built-in capability
  • It is recommended to shoot under normal indoor light and avoid strong reflections.

πŸ’‘ Tips

  • Support receipts containing discounted products, and the discounted price can be accurately identified
  • You can ask Minis to append accounting data to a CSV file, and perform monthly analysis after long-term accumulation.
  • You can also directly take screenshots of takeout orders, the effect is equally accurate

πŸ‘€ Contributor

From the Open Minis Telegram community

Original sharer: Zigzag


πŸ“… Last Verified

2026-03-30