Speed up pitch deck reviews by turning uploads in Airtable into clear text, a structured report, and a chat tool your team can use to ask questions. Ideal for marketing and growth teams that collect decks and need fast insights without reading every slide.
Here is how it runs end to end. New or pending rows in Airtable kick off a run. The file is fetched, converted from PDF to page images with a simple HTTP service, and unzipped. Pages are sorted and resized. An AI vision model reads each page and writes clean markdown. All pages are combined, then a report is created and the record in Airtable is updated. The text is split into chunks, turned into embeddings, and stored in a Qdrant vector database. A chat webhook lets users ask questions. The agent searches the vector store to answer with context from the right deck.
To set this up you need access to Airtable, OpenAI, Qdrant, and a PDF to image service. You can use a public PDF tool or host your own for privacy. Expect reviews to drop from hours to minutes, with cleaner data in your base. Great for teams that compare many decks or need fast answers without opening files.