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
| """ | |
| Markdown 文稿抽取与结构化总结脚本。 | |
| 功能: | |
| 1. 从 URL 抽取 Deepod 文稿,或直接读取本地 Markdown | |
| 2. 支持从配置文件读取模型与接口参数 | |
| 3. 清洗重复、时间戳、栏目编号等冗余内容 | |
| 4. 按段落分块并行总结 | |
| 5. 汇总为固定三板块输出: | |
| - 总述 |