pdf_extract_images
Extract embedded JPEG images from a PDF file. Specify the file path or provide base64-encoded data.
Instructions
Extract embedded JPEG images from a PDF file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileData | No | Base64 encoded PDF file data. | |
| filePath | No | Local filesystem path to the PDF file. |