extract_file_content
Extracts text content from PDF and image files using Mistral OCR. Returns a dictionary with the extracted data.
Instructions
Extract content from a PDF or image file using Mistral OCR.
Args:
file_path: Local path to the file (PDF or image)
Returns:
Dictionary containing the extraction resultsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |