pdf2docx:可将 PDF 转换成 docx 文件的 Python 库

pdf2docx:https://github.com/dothinking/pdf2docx 

可将 PDF 转换成 docx 文件的 Python 库。

from pdf2docx import parse

pdf_file = '/path/to/sample.pdf'
docx_file = 'path/to/sample.docx'

# convert pdf to docx
parse(pdf_file, docx_file)

 

posted on 2023-02-23 20:47  sdlyxyf  阅读(233)  评论(0编辑  收藏  举报

导航