Table of Contents

Convert a PowerPoint file to Markdown

Converts a PowerPoint file to Markdown.

Convert Power Point To Markdown

Example Example
This Flow reads a presentation (PowerPoint file) from OneDrive, converts it to Markdown, splits the text into chunks, generates embeddings for each chunk, converts the generated vector into a SQL Server-compatible format and stores the text, vector, and document reference in a SQL Server table. This table can then be used for vector search or to feed chat models with the extracted information.


Properties

Name Required Description
Title No The title of the action.
File Data Yes Specifies the source of the PowerPoint file, which can either be a Stream or a Byte Array.
Result variable name Yes The name of the variable in which the result will be stored.
Description No Additional notes or comments about the action or configuration.

Returns

This action returns a string/text in markdown format.