parse_file
Extract text and first-page images from local or base64-encoded files for agent processing without storage. Use to prepare files for entity extraction before storing.
Instructions
Parse local or base64-encoded files into agent-readable text and first-page PDF images without storing anything. Use before store when you need to extract entities from a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_content | No | Base64-encoded file content. | |
| file_path | No | Local file path. Preferred in local environments. | |
| mime_type | No | Optional MIME type. Auto-detected from file_path when omitted. | |
| original_filename | No | Optional filename hint for MIME detection and PDF parsing. |