Files
viberx-app/pdf-to-editable-pptx-converter
Wei.Yu c61eb702a2 feat: 使用 Gemini 边界框坐标改进文字排版
- 修改 Gemini prompt,提取文本元素的位置坐标(百分比)
- 新增 BoundingBox 和 TextElement 类型定义
- PPTX 生成使用动态位置而非硬编码固定位置
- SlideCard 显示每个文本元素的类型和位置信息

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 15:00:25 +08:00
..

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1d8TcBQwUdn3HfJwZ5RWF2Zfk47xj6b4v

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev