PerfectParser Docs
User GuidesParser Setup Guides

Invoice Parser Setup Guide

Step-by-step dashboard guide to configure an invoice parser, define fields, run bulk extraction, and export results.

Before You Start

Before setting up your parser, ensure you have:

  1. A PerfectParser account (sign up at perfectparser.com if you haven't already).
  2. A healthy credit balance (each page processed consumes 1 credit; you can check your balance in the dashboard sidebar).
  3. A sample invoice document (PDF, PNG, or JPEG) from one of your suppliers to use during the parser setup.

When creating a new Invoice Parser, choose the document organization structure that matches your files:

  • Single Document Per File: Select this option if each uploaded file represents exactly one invoice, regardless of how many pages it contains.
  • One Document Per Page: Select this option if you scan multiple invoices together into a single, merged PDF packet (for example, a single 10-page scan containing 10 separate 1-page invoices).

We suggest configuring the following schema fields for your Invoice Parser to capture all essential billing data. You can add, edit, or remove these fields at any time in the schema editor.

Field NameTypeDescription
invoice_numberTextThe unique invoice reference or identifier (e.g., INV-2026-001).
vendor_nameTextThe name of the supplier or business billing you.
vendor_tax_idTextThe supplier's tax registration or VAT number (e.g., EU123456789).
issue_dateTextThe date the invoice was generated by the supplier.
due_dateTextThe payment deadline or due date.
subtotalNumberThe net amount before taxes, discounts, or shipping.
tax_amountNumberThe total tax or VAT amount billed.
total_amountNumberThe final gross amount due.
currencyTextThe billing currency code (e.g., USD, EUR, GBP).
line_itemsTableTable containing description, quantity, unit_price, and total_amount for each row.

AI Instructions (Optional)

To help the AI parser extract field values with maximum accuracy, copy and paste the following prompt instructions into the AI Instructions (Optional) field during setup:

Extract the billing details including the invoice number, supplier/vendor name and tax details, invoice issue and due dates, subtotal, total tax, currency, and total amount due. Also extract the line items table containing the item description, quantity, unit price, and total line amount.

Step-by-Step UI Setup

Follow these steps to set up your Invoice Parser using the single-page setup in the PerfectParser dashboard.

Step 1: Create the Parser

Log in to your dashboard, click Parsers in the left-hand navigation menu, and click the New Parser button.

Step 2: Configure Name and File Organization

In the Parser Details & Setup section:

  1. Enter a clear, recognizable name in the Parser Name field (e.g., "Supplier Invoices").
  2. Choose your document structure under How are your files organized? (e.g., select Single Document Per File).

Step 3: Upload your Sample Invoice

Upload your sample document by dragging and dropping it into the upload box on the left-hand Sample Document Preview panel, or clicking the box to choose a file from your computer.

Uploading a sample invoice in the New Parser screen

Step 4: Run Auto-Detection

Once the document finishes uploading:

  1. Copy the prompt from the AI Instructions (Optional) section above and paste it into the AI Instructions (Optional) box.
  2. Click the Auto-Detect Fields button. The AI will analyze the sample document's layout and suggest extraction fields within 10 to 15 seconds.

Step 5: Verify and Refine Fields

Review the generated schema on the right. You can rename fields, change data types, or edit the helper descriptions to guide extraction. When you are satisfied with the schema, click Create Parser at the bottom right.

Reviewing and configuring detected fields in the parser schema editor

Step 6: Run a Batch Extraction

To process your vendor invoices:

  1. Click Bulk Extraction in the left sidebar or the top header.
  2. Select your newly created Supplier Invoices parser.
  3. Upload one or more invoices (up to 500 files at a time). PerfectParser will start extracting data immediately.

Starting a new bulk extraction batch

Step 7: Export Extracted Data

Navigate to Batch History in the left sidebar or click the Batch History tab on the parser details page. Click Show Files to inspect individual invoice extractions, view confidence scores, and verify the structured output.

Viewing files and inspecting confidence in Batch History

To download your structured data:

  1. Click the Export button on the completed batch card.
  2. Select Export as Excel or Export as CSV from the dropdown menu to download the structured table directly to your computer.

Exporting the structured extraction results to Excel or CSV


Developer Integration

If you want to automate invoice processing programmatically inside your applications, you can trigger extractions using our API:

Looking for product features and use cases?

See the Invoice Data Extraction solution page.