我正在尝试在 Windows Powershell(bash)上运行 Textcleaner 脚本
textcleaner.sh -g -e normalize -f 50 -o 10 -s 10 "F:\Testing\input\input.tif" "F:\Testing\output\input.tif"
我收到错误 textcleaner.sh:未找到命令
如何修复此问题。该文件正在 textcleaner 文件夹中运行。
我正在尝试在 Windows Powershell(bash)上运行 Textcleaner 脚本
textcleaner.sh -g -e normalize -f 50 -o 10 -s 10 "F:\Testing\input\input.tif" "F:\Testing\output\input.tif"
我收到错误 textcleaner.sh:未找到命令
如何修复此问题。该文件正在 textcleaner 文件夹中运行。