🎨 桌面端支持搜索图片 OCR 文本 https://github.com/siyuan-note/siyuan/issues/3470

This commit is contained in:
Liang Ding 2023-01-16 21:03:12 +08:00
parent c50f231d81
commit f40f9b6b2f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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) {