Update: update import
Some checks failed
Go / test (macOS-latest) (push) Has been cancelled
Go / test (windows-latest) (push) Has been cancelled

This commit is contained in:
vcaesar 2025-05-23 19:00:53 -07:00
parent 3eef3b5879
commit c1115cebc7

View File

@ -14,7 +14,7 @@
package robotgo package robotgo
import ( import (
"github.com/otiai10/gosseract" "github.com/otiai10/gosseract/v2"
) )
// GetText get the image text by tesseract ocr // GetText get the image text by tesseract ocr