Word Text Extractor
Extract text content from Word documents with support for formatting options, paragraph selection, and multi-language processing
Documentation de l'API
Point de terminaison de la requête
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| wordFile | file (Téléchargement requis) | Oui | Supports Word documents (.docx, .doc) up to 50MB |
| paragraphRange | text | Non | Specify paragraphs to extract (1-10 for range, 5 for single paragraph, 1,3,5 for multiple). Leave empty for all paragraphs. |
| outputFormat | select | Non | - |
| preserveFormatting | checkbox | Non | Keep original layout, spacing, and formatting as much as possible |
| removeExtraWhitespace | checkbox | Non | Clean up excessive spaces and line breaks |
| includeLineNumbers | checkbox | Non | Add line numbers to the extracted text |
| encoding | select | Non | - |
Les paramètres de type fichier doivent être téléchargés d'abord via POST /upload/word-text-extractor pour obtenir filePath, puis filePath doit être passé au champ de fichier correspondant.
Format de réponse
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"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"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Prend en charge les liens de fichiers URL ou la codification Base64 pour les paramètres de fichier.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]