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.
9 lines
251 B
9 lines
251 B
3 weeks ago
|
# 使用国内镜像
|
||
|
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"
|