Files
dsProject/dsLightRag/TestReadDocx.py

4 lines
237 B
Python
Raw Normal View History

2025-08-28 07:32:04 +08:00
from Util.DocxUtil import get_docx_content_by_pandoc
if __name__ == '__main__':
get_docx_content_by_pandoc(r"D:\dsWork\dsProject\dsLightRag\YunXiao\《万有引力定律》试题\《万有引力定律》拔高题1.docx")