Kategorien

Word Text Extractor

Extract text content from Word documents with support for formatting options, paragraph selection, and multi-language processing

Click to upload file or drag and drop file here

Maximum file size: 50MB Supported formats: application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/msword

Supports Word documents (.docx, .doc) up to 50MB

Specify paragraphs to extract (1-10 for range, 5 for single paragraph, 1,3,5 for multiple). Leave empty for all paragraphs.

Keep original layout, spacing, and formatting as much as possible

Clean up excessive spaces and line breaks

Add line numbers to the extracted text

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/word-text-extractor

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
wordFile file (Upload erforderlich) Ja Supports Word documents (.docx, .doc) up to 50MB
paragraphRange text Nein Specify paragraphs to extract (1-10 for range, 5 for single paragraph, 1,3,5 for multiple). Leave empty for all paragraphs.
outputFormat select Nein -
preserveFormatting checkbox Nein Keep original layout, spacing, and formatting as much as possible
removeExtraWhitespace checkbox Nein Clean up excessive spaces and line breaks
includeLineNumbers checkbox Nein Add line numbers to the extracted text
encoding select Nein -

Dateitypparameter müssen erst über POST /upload/word-text-extractor hochgeladen werden, um filePath zu erhalten, dann filePath an das entsprechende Dateifeld übergeben.

Antwortformat

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-word-text-extractor": {
      "name": "word-text-extractor",
      "description": "Extract text content from Word documents with support for formatting options, paragraph selection, and multi-language processing",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=word-text-extractor",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Unterstützt URL-Dateilinks oder Base64-Codierung für Dateiparameter.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]