mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 桌面端支持搜索图片中的文本 Fix https://github.com/siyuan-note/siyuan/issues/3470
This commit is contained in:
parent
968bcd433e
commit
db810d6a4b
3 changed files with 122 additions and 1 deletions
|
|
@ -113,6 +113,7 @@ func Boot() {
|
|||
|
||||
initPathDir()
|
||||
go initPandoc()
|
||||
go initTesseract()
|
||||
|
||||
bootBanner := figure.NewColorFigure("SiYuan", "isometric3", "green", true)
|
||||
logging.LogInfof("\n" + bootBanner.String())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue