# 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.

- Skill: `agentskillexchange/extract-invoice-fields-from-vendor-pdfs-into-structured-reco` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/extract-invoice-fields-from-vendor-pdfs-into-structured-reco`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/extract-invoice-fields-from-vendor-pdfs-into-structured-reco/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/extract-invoice-fields-from-vendor-pdfs-into-structured-reco

---


# 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.

- Source: https://github.com/invoice-x/invoice2data
- Extracted from upstream docs: https://raw.githubusercontent.com/invoice-x/invoice2data/HEAD/README.md

## Documentation

- https://invoice2data.readthedocs.io/

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/extract-invoice-fields-from-vendor-pdfs-into-structured-records/)

