Receipts OCR

Extract structured receipt data from images using Google Vision OCR.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ticruz38/skills --skill receipts-ocr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Receipts OCR
Source: https://github.com/ticruz38/skills/tree/main/skills/receipts-ocr
Command: npx skills add https://github.com/ticruz38/skills --skill receipts-ocr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paper receipts and digital images require manual entry to extract merchant, date, totals, taxes, and items, creating delays and errors in expense reporting.

Core Features & Use Cases

  • OCR-based extraction of merchant names, dates, totals, taxes, and line items from receipt images.
  • Automatic categorization and export-ready data for accounting and expense workflows.
  • Use case: a finance team scanning hundreds of receipts daily to generate accurate expense reports.

Quick Start

Scan a receipt image to extract structured data and store it in the local database.

Frequently Asked Questions about Receipts OCR

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

FAQPage Schema
How do I extract data from receipt images automatically?

To extract data from receipt images, this Skill uses Google Vision OCR to capture merchant names, dates, totals, taxes, and line items, storing them in an auditable local SQLite database for expense workflows.

What is the best way to automate expense reporting from scanned receipts?

Automating expense reporting from scanned receipts involves using Vision OCR to extract structured data and export it. This Skill scans, categorizes, and exports receipt details to streamline finance and accounting operations.

Do I need Google OAuth to extract receipt data with Vision OCR?

Yes, you need Google OAuth for authentication to use Google Vision OCR for receipt data extraction. This authentication mechanism allows the Skill to securely access OCR services and populate your local SQLite database.

Can I use this receipt OCR tool to manage high-volume daily expense capture?

Yes, you can use this receipt OCR tool for high-volume daily expense capture. It supports end-to-end operations like scanning, listing, updating, confirming, rejecting, and exporting receipts via a CLI and programmatic API.

How does this OCR approach handle receipt data extraction and storage?

This OCR approach handles receipt data extraction by scanning images with Google Vision OCR and storing structured merchant, date, and tax details in a local SQLite database, requiring a specific image storage path for file management.