PerfectParser Docs
User GuidesParser Setup Guides

Packing Slip Parser Setup Guide

Extract packing slip data with a custom Parser. Validate shipments by extracting PO numbers, item quantities, and weights.

Before You Start

Before setting up your parser, ensure you have:

  1. A PerfectParser account (sign up at perfectparser.com).
  2. A healthy credit balance (each packing slip page processed consumes 1 credit).
  3. A sample packing slip document (PDF, PNG, or JPEG) to use during the parser setup.

We suggest configuring the following schema fields for your Packing Slip Parser to capture all essential warehouse receiving details.

Field NameTypeDescription
slip_numberTextThe unique packing slip or delivery note reference number.
po_referenceTextThe associated purchase order number.
shipper_nameTextThe company or vendor shipping the package.
recipient_nameTextThe recipient name or company details.
ship_dateTextThe date the shipment was dispatched.
shipped_itemsTableTable containing item_code, description, qty_ordered, and qty_shipped for each package item.

AI Prompt (Optional)

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

Extract the packing slip number, associated purchase order reference, shipper name, recipient name, and ship date. Also extract the table of shipped items containing the item code/SKU, description, quantity ordered, and quantity shipped.

Next Steps: Build Your Parser

Ready to build this? Follow our Create a Parser guide for step-by-step dashboard instructions to set up your schema, and then learn how to process files in Bulk Extraction.


Developer Integration

If you want to automate packing slip parsing programmatically inside your applications:

Looking for product features and use cases?

See the Packing Slip Data Extraction solution page.

On this page