mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 桌面端支持搜索图片 OCR 文本 https://github.com/siyuan-note/siyuan/issues/3470
This commit is contained in:
parent
c50f231d81
commit
f40f9b6b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue