image-to-markdown
Convert images into Markdown format with metadata and descriptions for easy readability and sharing. Use this tool to streamline the transformation of visual content into text-based Markdown files.
Instructions
Convert an image to markdown, including metadata and description
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| filepath | Yes | Absolute path of the image file to convert | 
Input Schema (JSON Schema)
{
  "properties": {
    "filepath": {
      "description": "Absolute path of the image file to convert",
      "type": "string"
    }
  },
  "required": [
    "filepath"
  ],
  "type": "object"
}