16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
# 使用国内镜像
|
|
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"
|
|
|
|
|