Receipt Scanner Master

Community

Turn receipts into structured data in DB.

AuthorEGAdams
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Master the receipt scanning workflow to extract line items from receipts via OCR, validate data, and load it into the expenses database with metadata.

Core Features & Use Cases

  • OCR-powered parsing: extracts items, totals, and merchant details from receipts via OCR.
  • Validation & QA: ensures extracted data matches expected totals and categories, and supports debugging OCR issues.
  • Database Integration: stores parsed receipts and line items in the expenses and receipt_metadata tables.

Quick Start

Start the API or CLI workflow to parse a sample receipt, then save it to the database. Example: run the API endpoint /api/parse-receipt and follow up with /api/save-receipt.

Dependency Matrix

Required Modules

pydanticfastapigoogle-gemini-api

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Receipt Scanner Master
Download link: https://github.com/EGAdams/planner/archive/main.zip#receipt-scanner-master

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository