无法提取富文本 ---DOC、DOCX
Problem:
- https://github.com/mikemaccana/python-docx only extracts plain text
I need:
- A Python module for extracting rich text from doc/docx files.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有勇气并且有时间,您可以使用 uno &用于该工作的 OpenOffice http://wiki.services.openoffice.org/wiki/PyUNO_bridge我已经从c#中使用了它。
If you feel brave and have time you can use uno & OpenOffice for that job http://wiki.services.openoffice.org/wiki/PyUNO_bridge I have used it from c#.