freight_parse_permit
Parse oversize/overweight trucking permits (PDF or image) into structured JSON for 22 US states.
Instructions
Parse an oversize/overweight trucking permit (PDF or image) into structured JSON across 22 US states. Cost: $0.25 USDC per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Raw permit text. | |
| files | No | Permit documents. | |
| file_path | No | Local path to a file on this machine; the server reads it, verifies its type, and base64-encodes it. (PDF or image) | |
| pdf_base64 | No | Base64-encoded permit PDF. |