Receipt Scanning Tools Skill

Automate receipt data extraction and entry into the nonprofit_finance_db system.

Updated Sep 22, 2025
One-click install
npx skills add https://github.com/EGAdams/planner --skill receipt-scanning-tools-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Receipt Scanning Tools Skill
Source: https://github.com/EGAdams/planner/tree/main/.claude/skills/receipt-scanning-tools
Command: npx skills add https://github.com/EGAdams/planner --skill receipt-scanning-tools-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you work with the nonprofit_finance_db receipt scanning tools, enabling manual entry, OCR scanning, and database integration to track receipts and expenses more efficiently.

Core Features & Use Cases

  • Manual Entry & OCR: Capture receipts via manual input or automated OCR.
  • Database Integration: Link parsed receipts to expenses and vendors.
  • Category Hierarchy: Build and query category paths for reporting.

Quick Start

Activate the virtual environment, navigate to the project root, and run the receipt tooling to scan/import your first receipt.

Frequently Asked Questions about Receipt Scanning Tools Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate receipt data extraction into a database?

Receipt scanning tools automate extraction of receipt data through OCR parsing and manual entry, linking parsed information directly to your expense database. This eliminates manual data entry and integrates receipts with your expense categories, merchants, and organizational tracking in nonprofit_finance_db.

Can I use OCR to parse receipts and store them in SQL?

Yes. OCR parsing extracts receipt details automatically and integrates them into SQL database schemas for expenses, categories, merchants, and receipt metadata. The receipt_parser service handles the OCR engine and database entry, enabling streamlined expense tracking across your organization.

What's the best way to track expenses by category and merchant?

Build category hierarchies within your database schema and query receipt data by category path and merchant. Receipt scanning tools organize parsed receipt data into structured categories and merchants, enabling efficient reporting and expense analysis across your nonprofit.

Do I need to set up a database before scanning receipts?

Yes. The nonprofit_finance_db system requires environment setup, data models for expenses, categories, merchants, and receipt metadata, plus the receipt_parser service and OCR engine. Activate your virtual environment and configure the database schema before running the receipt tooling.

Can receipt scanning tools integrate with existing expense-tracking workflows?

Receipt scanning tools work with both manual entry and automated OCR within the nonprofit_finance_db backend. They integrate parsed receipt data into your existing schema and support command-line tooling for importing receipts into established expense-tracking systems.