Remoção do OCR do processo Wingui

pull/2/head
Samuel Miranda 2021-10-06 13:56:21 -03:00
parent 2a959b9938
commit 2bdb994cab
1 changed files with 0 additions and 7 deletions

View File

@ -25,13 +25,6 @@ func (c *Cli) ClipWrite(site string) error {
return err
}
func (c *Cli) Ocr_Screen(l string) (map[string]interface{}, error) {
d := 0
ret := make(map[string]interface{})
err := c.cli.HttpJsonGet(fmt.Sprintf("/ipc/ocr/screen?l=%s&d=%d", l, d), &ret)
return ret, err
}
func (c *Cli) MouseClick() error {
err := c.cli.HttpJsonGet(fmt.Sprintf("/ipc/wingui/mouse/click"), nil)
return err