You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
337 B

1 month ago
from Util.DocxUtil import *
1 month ago
if __name__ == '__main__':
1 month ago
# docx文件路径
1 month ago
#docx_file = '/static/Txt/Backup/化学方程式_CHEMISTRY_1.docx'
4 weeks ago
docx_file = '../static/Txt/化学方程式_CHEMISTRY_1.docx'
1 month ago
1 month ago
# 整合最终的拼接完的文本
1 month ago
content = get_docx_content_by_pandoc(docx_file)
1 month ago
1 month ago
print(content)