
PDFtoPPT
A Python CLI that turns text-based PDF documents into structured PowerPoint summary decks. The pipeline extracts PDF text, normalizes noisy content, chunks long documents, summarizes with an LLM, validates outlines with Pydantic, and renders .pptx files with python-pptx.







