fix update issue
This commit is contained in:
@@ -107,7 +107,7 @@ func VerifyCaptcha(page *rod.Page) error {
|
||||
return errors.New("Captcha Sayfasında Hata Oluştu. İşlem Sonlanıyor.")
|
||||
}
|
||||
//captchaMsg, err = ocr.VisionApi("./processFolder/screenshot.png")
|
||||
captchaMsg, err = ocr.DecodeTwoCaptcha(context.Background(), screenshot, "luca")
|
||||
captchaMsg, err = ocr.DecodeGeminiCaptcha(context.Background(), screenshot, "luca")
|
||||
if err != nil {
|
||||
return errors.New("Captcha Servisinde Hata Oluştu. İşlem Sonlanıyor.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user