From c1115cebc7bd02aa4779b0ee3a33fb71aa3efef5 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 23 May 2025 19:00:53 -0700 Subject: [PATCH] Update: update import --- robotgo_ocr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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