fix: run ocr alone without opencv

This commit is contained in:
debugtalk
2022-09-21 18:11:26 +08:00
parent 937b48236e
commit 976e715357
11 changed files with 42 additions and 24 deletions
+4
View File
@@ -4,11 +4,15 @@ package uixt
import (
"bytes"
"encoding/base64"
"encoding/json"
"fmt"
"image"
"io/ioutil"
"mime/multipart"
"net/http"
"strings"
"time"
)
var client = &http.Client{