update dict download instruction

This commit is contained in:
LKKlein 2020-11-04 11:53:41 +08:00
parent 16a2ab586a
commit bf0adf0afc
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ func readLines2StringSlice(filepath string) []string {
if !isPathExist(f) {
err := downloadFile(f, filepath)
if err != nil {
log.Println("download ppocr key file error!")
log.Println("download ppocr key file error! You can specify your local dict path by conf.yaml.")
return nil
}
}