freight_parse_w9
Convert IRS Form W-9 data from text, PDF, or image into structured vendor-onboarding JSON. Pay $0.07 USDC per call.
Instructions
Parse an IRS Form W-9 (text, PDF, or image) into structured vendor-onboarding JSON. Cost: $0.07 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. |