document_intelligence
Extract text, summarize content, classify documents, or identify tables from images using AI analysis. Process document images via URL or base64 encoding.
Instructions
Analyze document images — extract text, summarize, classify, or extract tables. Accepts image URL or base64. Cost: $0.05 USDC per call (x402, Base mainnet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | No | Public URL of document image | |
| image_base64 | No | Base64-encoded image data | |
| analysis_type | No | Type of analysis to perform | extract |
| language | No | Output language code (e.g. en, ko, ja) | en |