Extract invoice fields from vendor PDFs into structured records

Uses invoice2data to turn invoice PDFs into structured JSON, CSV, or XML using supplier-specific templates. This is for repeatable invoice field extraction and renaming workflows, not for full accounting system automation or generic OCR catalog listings.

agentskillexchange Updated 28 repo stars

File contents

Extract invoice fields from vendor PDFs into structured records

Uses invoice2data to turn invoice PDFs into structured JSON, CSV, or XML using supplier-specific templates. This is for repeatable invoice field extraction and renaming workflows, not for full accounting system automation or generic OCR catalog listings.

Prerequisites

pdftotext or pdfminer or pdfplumber or OCRmyPDF or Tesseract or Google Cloud Vision

Installation

Install the Python package from PyPI:

  • pip install invoice2data

The default pdfium backend bundles its own dependencies, so no system PDF extraction library is required for the default path. See the upstream installation guide for optional OCR and backend extras.

Documentation

Source

agentskillexchange/skills/tree/main/skills/extract-invoice-fields-from-vendor-pdfs-into-structured-records commit bfe79ea614

Frequently asked questions

npx skillmds@latest add agentskillexchange/extract-invoice-fields-from-vendor-pdfs-into-structured-reco