This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
pip install ttkbootstrap -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install python-pptx -i https://pypi.tuna.tsinghua.edu.cn/simple
# 模板下载
https://github.com/Achuan-2/pandoc_word_template
# PanDoc下载与安装
https://www.pandoc.org/
# 难点
现在阿里云对于WAV文件整理出文字的API太贵了,每天免费2小时,商用版本1小时2.5元
可以尝试用吴缤最新搭建的微软开源的项目,试试WAV能不能正确输出文本文件。
# 技术选择
python与大模型或者其它软件系统交互,代码更短,JAVA开发更复杂,决定所的AI
方面的功能全面采用Python 3.10实现。