parse_file
Parse local or base64-encoded files into text and first-page PDF images without storing. Use before storing to extract entities from a file.
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. |