From f40f9b6b2f9cef17c1a379158b5ab676b50a84e2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 16 Jan 2023 21:03:12 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=90=9C=E7=B4=A2=E5=9B=BE=E7=89=87=20OCR=20=E6=96=87?= =?UTF-8?q?=E6=9C=AC=20https://github.com/siyuan-note/siyuan/issues/3470?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/util/ocr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/util/ocr.go b/kernel/util/ocr.go index 930afa00b..722b39def 100644 --- a/kernel/util/ocr.go +++ b/kernel/util/ocr.go @@ -288,7 +288,7 @@ func initTesseract() { tesseractEnabled = false return } - logging.LogInfof("tesseract-ocr enabled [ver=%s]", ver) + logging.LogInfof("tesseract-ocr enabled [ver=%s, langs=%s]", ver, strings.Join(tesseractLangs, "+")) } func getTesseractVer() (ret string) {