@rishabhdugar

Invoice Parser

Parse, extract, and convert invoice PDFs. Extract text, tables, and line items from invoices. OCR scanned invoices. Export to Excel, CSV, and DOCX. Powered by PDFAPIHub.

Current version
v1.0.0
code-pluginCommunitysource-linked

Invoice Parser — OpenClaw Plugin

Parse, extract, and convert invoice PDFs using the PDFAPIHub API. This OpenClaw plugin gives your AI agent the ability to read invoices, extract line items and tables, OCR scanned invoices, and export data to Excel and CSV.

What It Does

Extract structured data from invoice PDFs — text, tables, line items, totals, and metadata. Handle both digital and scanned invoices with OCR. Export extracted data to Excel and CSV for accounting, analysis, and bookkeeping.

Features

  • Full Invoice Parsing — Extract text, layout, and table data in a single call
  • Table Extraction — Pull out line items, pricing tables, and itemized charges
  • Excel Export — Export invoice tables directly to XLSX spreadsheets
  • CSV Export — Export to CSV for database import and accounting software
  • Scanned Invoice OCR — Read text from scanned or image-based invoice PDFs at 300 DPI
  • Multi-Language OCR — English, German, French, Spanish, and many more
  • Page Selection — Parse specific pages or the entire document
  • PDF Metadata — Check page count, file size, encryption, author, and creation date

Tools

ToolDescription
parse_invoiceParse invoice PDF — extract text, layout, tables, or all
extract_invoice_tablesExtract tables to Excel (XLSX)
ocr_scanned_invoiceOCR scanned invoice PDFs
invoice_to_csvExtract tables to CSV
invoice_infoGet invoice PDF metadata

Installation

openclaw plugins install clawhub:pdfapihub-invoice-parser

Configuration

Add your API key in ~/.openclaw/openclaw.json:

{
  "plugins": {
    "entries": {
      "pdfapihub-invoice-parser": {
        "enabled": true,
        "env": {
          "PDFAPIHUB_API_KEY": "your-api-key-here"
        }
      }
    }
  }
}

Get your free API key at https://pdfapihub.com.

Usage Examples

Just ask your OpenClaw agent:

  • "Parse this invoice and show me the line items"
  • "Extract the invoice table to an Excel file"
  • "OCR this scanned invoice and extract the text"
  • "Export the invoice data as CSV"
  • "How many pages is this invoice?"

Use Cases

  • Accounts Payable — Extract invoice data for automated payment processing
  • Bookkeeping — Parse invoices and export to Excel/CSV for accounting records
  • Expense Management — Extract line items and amounts from vendor invoices
  • Audit Trails — Parse and archive invoice data for compliance and auditing
  • Data Entry Automation — Replace manual invoice data entry with automated extraction
  • ERP Integration — Export invoice data in CSV format for ERP system import

API Documentation

Full API docs: https://pdfapihub.com/docs

License

MIT

Source and release

Source repository

PdfApiHub/openclaw-invoice-parser

Open repo

Source commit

db982f0476c7f15a7d8bf768a2c09537c22e6a04

View commit

Install command

openclaw plugins install clawhub:invoice-parser

Metadata

  • Package: invoice-parser
  • Created: 2026/04/17
  • Updated: 2026/04/17
  • Executes code: Yes
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.3.24-beta.2
  • Plugin API range: >=2026.3.24-beta.2
  • Tags: latest
  • Files: 7