freight_parse_bol_pod
Parse Bills of Lading and Proof of Delivery documents into structured JSON. Handles PDF, text, and scanned images via OCR.
Instructions
Parse a Bill of Lading / Proof of Delivery (PDF or text) into structured JSON. Cost: $0.15 USDC per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | fast=regex, llm=GPT-4o-mini, ocr=scanned/image OCR. | |
| text | No | Raw document text. | |
| file_path | No | Local path to a file on this machine; the server reads it, verifies its type, and base64-encodes it. (PDF) | |
| pdf_base64 | No | Base64-encoded PDF. |