refactor: move gwda into uixt

This commit is contained in:
debugtalk
2022-09-23 22:39:43 +08:00
parent 642a74e5ea
commit 1daa3c64ba
25 changed files with 4474 additions and 247 deletions
-5
View File
@@ -20,11 +20,6 @@ var client = &http.Client{
Timeout: time.Second * 10,
}
type Point struct {
X float32 `json:"x"`
Y float32 `json:"y"`
}
type OCRResult struct {
Text string `json:"text"`
Points []Point `json:"points"`