invoice-parser

Parse invoices and receipts to extract vendor, amount, date, and line items.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/knsiuss/orion --skill invoice-parser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invoice-parser
Source: https://github.com/knsiuss/orion/tree/main/workspace/skills/invoice-parser
Command: npx skills add https://github.com/knsiuss/orion --skill invoice-parser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction of crucial information from invoices and receipts, saving time and reducing manual data entry errors.

Core Features & Use Cases

  • Key Field Extraction: Automatically identifies and extracts vendor, amount, date, and line item details.
  • Format Versatility: Supports plain text, PDF uploads (via vision pipeline), and receipt images.
  • Data Logging: Can log parsed invoice data to an expense tracker.
  • Discrepancy Detection: Validates that line items sum up to the total and flags missing information.

Quick Start

Use the invoice-parser skill to extract all key fields from the pasted invoice text.

Frequently Asked Questions about invoice-parser

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

FAQPage Schema
How do I extract data from a PDF invoice automatically?

You can extract data from a PDF invoice by using a vision pipeline to parse the document and automatically identify vendor, amount, date, and line item details. This approach supports plain text, PDF uploads, and receipt images.

Can I parse a receipt image and extract the vendor and amount?

Yes, you can parse a receipt image to extract vendor and amount using a vision pipeline. The process automatically identifies key fields and supports plain text, PDFs, and image formats for accurate expense tracking.

How do I validate invoice totals and flag discrepancies for expense tracking?

To validate invoice totals and flag discrepancies for expense tracking, use a parser that checks if line items sum up to the total. This detects missing information and data entry errors automatically.

What is the best way to automate data entry from invoices?

The best way to automate data entry from invoices is using a parser to extract crucial information like vendor, amount, date, and line items. This saves time and reduces manual data entry errors.

Does the invoice parser support plain text formats or only images?

The invoice parser supports plain text formats in addition to PDF uploads and receipt images. It uses a vision pipeline to handle these formats and extract key fields like vendor, amount, and date.

How do I log parsed invoice data to an expense tracker?

You can log parsed invoice data to an expense tracker by first extracting vendor, amount, date, and line item details from your documents. The parser validates totals and flags discrepancies before logging.