python去读doc格式的文件

可以使用 python-docx 库来读取 doc 格式的文件。

首先,你需要安装 python-docx 库:

pipinstall python-docx

你可能感兴趣的:(pycharm,ide,python)