Files
dsProject/dsLightRag/TestReadDocx.py
2025-08-28 07:32:04 +08:00

4 lines
237 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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")