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

This commit is contained in:
Liang Ding 2023-01-15 23:50:12 +08:00
parent 968bcd433e
commit db810d6a4b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 122 additions and 1 deletions

View file

@ -113,6 +113,7 @@ func Boot() {
initPathDir()
go initPandoc()
go initTesseract()
bootBanner := figure.NewColorFigure("SiYuan", "isometric3", "green", true)
logging.LogInfof("\n" + bootBanner.String())