diff --git a/robotgo_ocr.go b/robotgo_ocr.go index b931a85..0f160b6 100644 --- a/robotgo_ocr.go +++ b/robotgo_ocr.go @@ -14,7 +14,7 @@ package robotgo import ( - "github.com/otiai10/gosseract" + "github.com/otiai10/gosseract/v2" ) // GetText get the image text by tesseract ocr