freight_parse_insurance_cert
Parse ACORD 25 certificate documents from text, PDF, or image to produce structured JSON.
Instructions
Parse an ACORD 25 Certificate of Insurance (text, PDF, or image) into structured JSON. Cost: $0.08 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 or image) | |
| pdf_base64 | No | Base64-encoded PDF. | |
| image_base64 | No | Base64-encoded image. |