From bf0adf0afc4792d18f9ff3ba5c0e3d98978bd7d0 Mon Sep 17 00:00:00 2001 From: LKKlein <1172977438@qq.com> Date: Wed, 4 Nov 2020 11:53:41 +0800 Subject: [PATCH] update dict download instruction --- deploy/paddleocr-go/ocr/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/paddleocr-go/ocr/utils.go b/deploy/paddleocr-go/ocr/utils.go index 16c3cec8..4bf8106e 100644 --- a/deploy/paddleocr-go/ocr/utils.go +++ b/deploy/paddleocr-go/ocr/utils.go @@ -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 } } -- GitLab