video-to-ppt/ ├── 📁 app/ # Next.js App Router │ ├── 📁 (site)/ # 网站页面组 │ │ └── 📄 page.tsx # 首页 │ ├── 📁 local-video/ # 本地视频处理页面 │ │ └── 📄 page.tsx ...
A compact data format optimized for transmitting structured information to Large Language Models (LLMs) with 30-60% fewer tokens than JSON. TOON (Token-Oriented Object Notation) combines YAML's ...