From 1befd3fc47949d505eefa6a3bf5bd7cc21877506 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 16 Jan 2023 17:26:13 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/util/ocr.go b/kernel/util/ocr.go index 2fe001f83..58811682b 100644 --- a/kernel/util/ocr.go +++ b/kernel/util/ocr.go @@ -107,7 +107,6 @@ func AutoOCRAssets() { for { autoOCRAssets() - time.Sleep(7 * time.Second) } }