We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yryuu/mcp-localfile-all-read'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
word.d.ts•307 B
/**
* Extract text from a Word document (.docx)
*/
export declare function parseWord(filePath: string): Promise<string>;
/**
* Extract text with HTML formatting from a Word document
*/
export declare function parseWordWithFormatting(filePath: string): Promise<string>;
//# sourceMappingURL=word.d.ts.map