fix: run ocr alone without opencv

This commit is contained in:
debugtalk
2022-09-21 17:50:08 +08:00
committed by xucong053
parent 44b7a1a907
commit 3a661a5be5

View File

@@ -5,7 +5,6 @@ package uixt
import ( import (
"bytes" "bytes"
"image" "image"
"io/ioutil"
"os" "os"
cvHelper "github.com/electricbubble/opencv-helper" cvHelper "github.com/electricbubble/opencv-helper"