← Back to Blog

Supply Chain - Extracting Bills of Lading for Review

by DocsRouter Team

Supply Chain Manifest

Current scope

DocsRouter has not verified a customs-delay reduction and does not provide built-in de-skewing, binarization, stamp removal, document-type classification, or trade-compliance automation.

Bills of lading, commercial invoices, and packing lists often arrive as multi-page, low-quality scans. Send one supported document to /v1/ocr, then inspect combined text and every page result.

{
  "url": "https://example.com/bill-of-lading.pdf",
  "strategy": "balanced",
  "options": {"extract_tables": true, "output_format": "json"}
}

Your application should validate shipper, consignee, weights, quantities, Incoterms, and identifiers against the source document and related records. Classification, customs checks, TMS integration, and exception handling remain downstream responsibilities.