From 3a661a5be5380e69db7eb3fd9ed6bceb54a76b39 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 21 Sep 2022 17:50:08 +0800 Subject: [PATCH] fix: run ocr alone without opencv --- hrp/internal/uixt/opencv_on.go | 1 - 1 file changed, 1 deletion(-) diff --git a/hrp/internal/uixt/opencv_on.go b/hrp/internal/uixt/opencv_on.go index d4acda45..2153283f 100644 --- a/hrp/internal/uixt/opencv_on.go +++ b/hrp/internal/uixt/opencv_on.go @@ -5,7 +5,6 @@ package uixt import ( "bytes" "image" - "io/ioutil" "os" cvHelper "github.com/electricbubble/opencv-helper"