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.

16 lines
417 B

# 使用国内镜像
go env -w GOPROXY=https://goproxy.cn,direct
# 编译
go build -o mtef-go.exe
# 处理.docx文件并保存结果
./mtef-go.exe -w "D:/dsWork/dsProject/dsRag/static/Txt/化学方程式_CHEMISTRY_1.docx" -o "d:/output.txt"
./mtef-go.exe -w "D:/dsWork/dsProject/dsRag/static/Txt/高中文言文_CHINESE_1.docx" -o "d:/output.txt"
./mtef-go.exe -w "c:/1.docx" -o "c:/output.txt"