freight_parse_ratecon
Parse freight rate confirmations from PDF or text into structured JSON with load number, broker, rate, stops, and equipment. Ideal for automating rate extraction.
Instructions
Parse a freight rate confirmation (PDF or text) into structured JSON: load #, broker, rate, pickup/delivery stops, equipment. Cost: $0.10 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. |