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
powerpoint.d.ts•311 B
/**
* Extract text from a PowerPoint presentation (.pptx)
*/
export declare function parsePowerPoint(filePath: string): Promise<string>;
/**
* Get slide count from PowerPoint file
*/
export declare function getPowerPointSlideCount(filePath: string): Promise<number>;
//# sourceMappingURL=powerpoint.d.ts.map