mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 01:38:49 +00:00
Update: update import
This commit is contained in:
parent
3eef3b5879
commit
c1115cebc7
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
package robotgo
|
||||
|
||||
import (
|
||||
"github.com/otiai10/gosseract"
|
||||
"github.com/otiai10/gosseract/v2"
|
||||
)
|
||||
|
||||
// GetText get the image text by tesseract ocr
|
||||
|
|
|
|||
Loading…
Reference in a new issue