Simple Document Processing MCP Server

by cablate
Verified

html_extract_resources

Extract all embedded resources such as images, videos, and links from an HTML file and save them to a specified directory for efficient document processing.

Instructions

Extract all resources (images, videos, links) from HTML

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input HTML file
outputDirYesDirectory where resources should be saved

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input HTML file", "type": "string" }, "outputDir": { "description": "Directory where resources should be saved", "type": "string" } }, "required": [ "inputPath", "outputDir" ], "type": "object" }

You must be authenticated.

Other Tools from Simple Document Processing MCP Server

Related Tools

ID: pb9df6lnel