Refresh README editable PPTX messaging#10
Merged
Conversation
|
Warning Gemini encountered an error creating the review. You can try again by commenting |
There was a problem hiding this comment.
Pull request overview
This PR refreshes the English and Chinese READMEs to reflect that AIPPT supports exporting slide images as an editable PPTX (with reconstructed editable text, native simple shapes, and separated image assets), alongside existing PDF and raster PPTX outputs.
Changes:
- Updated README messaging (EN/ZH) to describe editable PPTX export as a supported capability and clarified the model-role breakdown (VLM/OCR/etc.).
- Added a before/after screenshot comparison showing conversion from generated slide images to editable PPTX pages.
- Refreshed TODO items and acknowledgements (including updated slide-alchemy reference).
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| README.md | Updates English README messaging, adds editable-PPTX screenshot comparison, and refreshes configuration/TODO/acknowledgements text. |
| README_zh.md | Mirrors the English README updates in Chinese, including editable-PPTX messaging, screenshots, and refreshed TODO/acknowledgements. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+34
to
36
| - 🎨 **Per-slide generation**: Create an editable outline and page designs before generating polished PPT pages | ||
| - 🌐 **PPT Workbench**: Upload sources, configure model roles, preview slides, edit pages, track history, and export PDF/PPTX | ||
| - 📝 **Multi-format parsing**: Supports `.md/.txt/.pdf/.docx/.pptx` input and converts content to Markdown |
Comment on lines
+34
to
36
| - 🎨 **逐页生成**:先生成可编辑设计大纲和逐页设计,再使用 AI 模型生成精美 PPT 页面 | ||
| - 🌐 **PPT 工作台**:支持资料上传、模型配置、当前页大预览、缩略图列表、编辑历史和 PDF/PPTX 导出 | ||
| - 📝 **多格式解析**:支持 `.md/.txt/.pdf/.docx/.pptx` 输入,统一转 Markdown 后生成 |
Comment on lines
152
to
+153
| models: | ||
| prompt_model: | ||
| text_model: |
Comment on lines
152
to
+153
| models: | ||
| prompt_model: | ||
| text_model: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
slove #4
Summary
Testing