Sample · Beta

Logistics

Extract BOL fields and cargo line items from logistics documents (beta).

ParseMind · Logistics Sample output

Sample input

PDF preview

Bill of Lading #BOL-8842
Shipper / Consignee
Origin → Destination

Extracted fields

  • Bol number
  • Shipper name
  • Consignee name
  • Origin
  • Destination
Package Weight Qty
Carton A 120 kg 4
Transactions
2
Confidence
86%
Fields
8+

Exports available

CSV JSON API

Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.

Create free account to export

Business value

Before

BOL PDF

After

Cargo rows

Outcome

Ops & billing export

Use this through the API

Same structured output via REST — ideal for embedded workflows and batch automation.

Request

POST /api/v1/extract
Authorization: Bearer pm_live_••••

{
  "industry": "logistics",
  "template": "bill_of_lading",
  "file": "@document.pdf"
}

Response

{
  "document_type": "bill_of_lading",
  "status": "processed",
  "export_ready": true
}

Try Logistics with your own file

Run the live demo with this template pre-selected — no account required for the first runs.