epub格式如何转换成txt
星期四 2026年4月16日 王佳明 技术 epub txt 0人
先把epub文件后缀改成zip,然后用winrar解压缩,得到一堆html文件,然后用adobe acrobat合并成pdf,然后导出为txt。
先把epub文件后缀改成zip,然后用winrar解压缩,得到一堆html文件,然后用adobe acrobat合并成pdf,然后导出为txt。
MOSS-TTS-Nano 是来自 MOSI.AI 和 OpenMOSS 团队 的开源多语言微型语音生成模型。仅包含 0.1B 参数,可直接在 CPU 上运行(无需 GPU)
MOSS-TTS-Nano官网:https://github.com/OpenMOSS/MOSS-TTS-Nano/
首先,安装Conda https://itjm.com/2026/04/933.html
通过Conda安装MOSS-TTS-Nano,需要以管理员身份运行Windows PowerShell
官网:https://docs.conda.io/en/latest/miniconda.html
国内镜像(推荐):
清华:https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/
中科大:https://mirrors.ustc.edu.cn/anaconda/miniconda/
安装,勾选 “Add Miniconda3 to my PATH”
验证安装
conda --version # 显示版本即成功