方法一:工具网站
方法二:代码手动转换
pip install aspose-words
doc = aw.Document(r"pdf 文件路径\xxx.pdf")
doc.save("Output.md")
来源:https://products.aspose.com/words/zh/python-net/conversion/
pip install aspose-words
doc = aw.Document(r"pdf 文件路径\xxx.pdf")
doc.save("Output.md")
来源:https://products.aspose.com/words/zh/python-net/conversion/