How To Handle Captcha In Selenium Using Tesseract OCR

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии •

  • @m.g.satheeshkumar4221
    @m.g.satheeshkumar4221 5 лет назад +1

    Thank you so much Mukesh.I followed all your videos, learned selenium and very happy news is i get selected in infosys for automation testing profile. Without you and your teaching, it is not possible. I owe you. Again thank you so much.

  • @cortes_da_direita
    @cortes_da_direita 2 года назад

    I knew very little about Java, coding, eclipse and etc, but I was able to reproduce everything. Thanks for your time.

  • @SarangHoley
    @SarangHoley 5 лет назад +3

    Thank you very much for covering this Tess4j API, by simple and precise manner.👍😊

  • @JitendraKumar-lr3vq
    @JitendraKumar-lr3vq 5 лет назад +1

    Thanks mukesh ..i was able to read pdf files through tesseract jar file..its an wesome api..it has solved one of the most promising problem of reading pdf files through selenium..

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Thanks Jitendra.. I am glad to hear from you.
      I found one more library for pdf will upload video soon.

  • @NishantRanjan2811
    @NishantRanjan2811 5 лет назад

    Wow. One of the most awaited tutorial. Thanks.

  • @Kumarkumar-gf3kk
    @Kumarkumar-gf3kk 5 лет назад +1

    Appreciate Mukesh for your prompt responses to guys!

  • @ramkumariyer8282
    @ramkumariyer8282 2 года назад +4

    This is useful only for capturing simple captchas where there is less background noise. For distorted captcha images it never reads everything . Always shows as blank , All the tutorials in the web are showing simple captchas which can be easily done but no body is showing real practical examples

    • @Mukeshotwani
      @Mukeshotwani  2 года назад +1

      Hi Ram you can DBC services for complex captcha www.deathbycaptcha.com/
      note- it is paid service.

    • @RaviThaker-q6j
      @RaviThaker-q6j 10 месяцев назад

      This is correct buddy, I have been looking at here & there to find out that how can I bypass the distorted captchas

  • @laerciosantannaf
    @laerciosantannaf 5 лет назад +2

    Amazing tutorial. Congrats!

  • @amitvibes76
    @amitvibes76 5 лет назад +1

    Mukesh how to catch and print a toast message which goes after 6seconds saying that you will be logged out after 6 seconds.. then 5 seconds.. 4 then 3.. 2 and 1 then vanish. Please help me out with this.

  • @shubhamforeverything
    @shubhamforeverything 5 лет назад

    Hi Mukesh,
    Thank you for nice video and It is very helpful video if it is sum up with preparation of framework.

  • @anujkogata7247
    @anujkogata7247 4 года назад +1

    Very good explanation. What is the accuracy percentage of capturing correct text.

  • @rohitlohia2128
    @rohitlohia2128 4 года назад +1

    Great video, can you provide some insight on how to create CAPTCHA that can be implemented on any web framework.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hi Rohit,
      We have capctha lib which you can implement in any web application. Do check CAPTCHA lib framework . This video covers how to capture text from CAPTCHA.

  • @tajindersingh6519
    @tajindersingh6519 5 лет назад

    Nice one Mukesh..

  • @VishalKumar-lj7xs
    @VishalKumar-lj7xs 5 лет назад

    Very useful video..Thank You sir.

  • @manotk213
    @manotk213 5 лет назад +1

    HI Mukesh,
    When i try to take a screenshot in selenium ,it captures the whole divsion/class(not the individual element).[not the captcha,instead of the whole screen].
    Whats is the cause for this,Could you please assist..
    Code as below :
    File screenshot=driver.findElement(By.cssSelector("img[id
    =\"captchaImg\"]")).getScreenshotAs((OutputType.FILE));
    File screenshot_location =new File("C:\\Users\\manoj.png");
    FileHandler.copy(screenshot,screenshot_location);

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Hi Mano, Are you using Selenium 4?

  • @natashakedia981
    @natashakedia981 5 лет назад

    Thank you for this video Mukesh. Can you please tell me how to automate "I'm not a robot" checkbox captcha using selenium?

  • @praveenmichael3358
    @praveenmichael3358 5 лет назад +1

    Very nice! Is it possible to automate mathematics captacha? Like 58+2 kind of things?

    • @balaajiph8946
      @balaajiph8946 5 лет назад +1

      i believe it can be done by splitting the string and performing the respective calculation in the program itself

    • @spareaccount6389
      @spareaccount6389 5 лет назад

      yes

  • @srinathsomeshi258
    @srinathsomeshi258 Год назад +1

    Hi Mukesh,
    I am trying to automate the Google captcha V3 which shows text to be entered. I am trying to take a captcha image and read the text out of it. But every time some characters are missed. How will I be able to proceed with automation.

    • @Mukeshotwani
      @Mukeshotwani  Год назад

      I have not tried V3 captcha so far.

    • @suprikaputhran8087
      @suprikaputhran8087 Год назад

      In captcha v3 version there is allow list option , ask the dev for more info.

  • @kunalgaurful
    @kunalgaurful 3 года назад

    By the use of this technique,digits in captcha are copying in the form of ASCII characters in the textbox like "95da2f" is copied as "95da’z" as it is displaying correct in the saved image.Please reply.I need your help.Please reply to my problem.

  • @MrPanirajasrikanth
    @MrPanirajasrikanth 5 лет назад

    Thank you for great video sir.

  • @abraham2961
    @abraham2961 5 лет назад

    Thanks Mukesh for this video

  • @ParamBramhaOM
    @ParamBramhaOM 4 года назад +1

    Hi Mukesh, I have successfully read the text from image Captcha, but after login to the page error message is showing on the screen. It's successfully login to the page but next test cases are not executing and the error message is showing : org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element. Kindly help to fix this issue, Thank you

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hi Deepak, please check locators and sync issue here

  • @mouneshwarbadiger9277
    @mouneshwarbadiger9277 3 года назад

    Thanks Mukesh it is good to know that we gonna handle some kind of captcha using selenium. Thanks again for the session 👍

    • @leoeden2602
      @leoeden2602 3 года назад

      sorry to be so off topic but does someone know of a trick to get back into an Instagram account..?
      I somehow lost the password. I love any tricks you can give me.

    • @hassanalijah8636
      @hassanalijah8636 3 года назад

      @Leo Eden instablaster :)

    • @leoeden2602
      @leoeden2602 3 года назад

      @Hassan Alijah thanks so much for your reply. I got to the site thru google and im trying it out atm.
      Looks like it's gonna take a while so I will get back to you later when my account password hopefully is recovered.

  • @bhavanadornadula2243
    @bhavanadornadula2243 5 лет назад +1

    ERROR net.sourceforge.tess4j.Tesseract - Unsupported image format. May need to install JAI Image I/O package, getting this error, pls advise

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Hi Bhavana which kind of image you are using? please use same version of tools which I used in Video.

  • @srinivaskassa62
    @srinivaskassa62 5 лет назад +1

    Hi Mukesh, Can you please provide steps to setup environment variable and what all require to install .
    I am getting error as "Please make sure the TESSDATA_PREFIX environment variable is set to the parent directory of your "tessdata" directory"
    thanks in advance, Srinivas Kassa

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Hi Srinivas try keeping trained data in project home directory and try again.

  • @forall1980
    @forall1980 5 лет назад +1

    Hi Mukesh, I tried doing this code, it runs successfully but it does not capture the text written in captcha. Shows error in docr. It does trys to read the text and shows in separate box but does not capture so that it can enter in nlpAnswer field.
    Can you guide where it may be going wrong.
    Many thanks in advance

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Hi Mate, if captcha has some lines or some overlapped char then it will not capture.

    • @forall1980
      @forall1980 5 лет назад

      @@Mukeshotwani thank for your response,much appreciated. I tried same website as you have for practice. But it cannot find the input path and that's where it fails to capture the image despite highlights the text. Not sure why it's not capturing image. Please guide
      Thank you

  • @rajendramahapatra3293
    @rajendramahapatra3293 5 лет назад +1

    How are you using Selenium 4 if it has not been released officially?

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Beta version you can also use I have given link in video description

  • @chithientran9520
    @chithientran9520 4 года назад +1

    I use Eclipse on Mac OS and get an error like this: "Please make sure the TESSDATA_PREFIX environment variable is set to your" tessdata "directory.
    Failed loading language 'eng' ".
    Hope you can help me fix this error

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hey Chi please follow video again because I have explained how to load language.

    • @manonmission2010
      @manonmission2010 3 года назад +1

      try adding: image.setDatapath(System.getProperty("user.dir")+"/tessdata/");
      image.setLanguage("eng");

  • @sahanik28
    @sahanik28 3 года назад

    @Mukesh: Thanks for the video. But this is not able to read numbers. Can you help how to read numbers?

  • @maheshvemula9551
    @maheshvemula9551 5 лет назад

    Hi Mukesh,
    I've tried with the code you mentioned, Its not getting accurate image text everytime. Could you please provide me the solution

  • @ganesamuruganmuthiah1019
    @ganesamuruganmuthiah1019 2 года назад

    Hi Mukesh
    How to handle the image captcha such as by clicking traffic light from the images section?

  • @bireswaradhikary2757
    @bireswaradhikary2757 Год назад

    "TESTDATA_PREFIX environment variable is set to your testdata directory"
    This eroor is coming again and again
    Please help me how to resolve the issue

  • @chandankumarmalhotra1127
    @chandankumarmalhotra1127 4 года назад

    Very Informative!

  • @AhmedRaza-js5rj
    @AhmedRaza-js5rj 3 года назад +1

    For my case i want to solve Visual Captcha same like google captcha but too much easier almost 28 images to analyze n solve its just like this 5 Boxes will be given And on top command say click on desk or bottle and the objects under boxes are always in a same picture not different what should we do for this kind of captcha friend ?

    • @Mukeshotwani
      @Mukeshotwani  3 года назад

      Sorry Ahmed I dont think we can automate google captchas. if you find any solution then do share with me.

    • @AnkitSingh-bk6vt
      @AnkitSingh-bk6vt 3 года назад

      Ahmed raza

  • @sathisha4456
    @sathisha4456 4 года назад

    Hi mukesh , I have used selenium version 3.141 , get captcha text from image is working or not in this selenium version. because I try it with your write code. Captcha Image was got. But not reading the captcha value.
    I got error -: Exception in thread "main" java.lang.UnsatisfiedLinkError: The specified module could not be found.

  • @rajeshkannan77
    @rajeshkannan77 4 года назад

    Hi Mukesh, I am trying to break Gmail captcha. I've even taken the screenshot of that captcha element itself and then trying to convert it to text using Tesseract as u shown. But it's just returning few characters instead of returning the captcha text.. What could be the issue? Will u pls help me?

  • @sathishgr3556
    @sathishgr3556 4 года назад +1

    Hi Mukesh, can you help me, how to achieve in java project.How to load eng trained language in java project rather than using maven project.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hey Sathish you need to download all jars and then add in the same project.

  • @ramareddybheemanagoud2331
    @ramareddybheemanagoud2331 5 лет назад +1

    When I am trying to add tess4j to the pom. xml(maven project) , my project got corrupted. Please give solution so i can do it

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Hi Rama, try changing the version.

    • @ramareddybheemanagoud2331
      @ramareddybheemanagoud2331 5 лет назад

      Thank u for reply sir, I tried with different version it is working fine.But I am getting Exception in thread "main" java.lang.Error: Invalid memory access

  • @dineshreddy2324
    @dineshreddy2324 4 года назад +1

    Hi @Mukesh, Now it is not reading captcha properly on IRCTC login page

  • @sonalisundaray1052
    @sonalisundaray1052 4 года назад

    Hi Mukesh, I tried doing this code,it runs successful but it doesn't capture the text written in captcha..

  • @nagasaisatyaram3956
    @nagasaisatyaram3956 Год назад

    How can I automate aws certificate validation instead of manually typing numbers and verify?

  • @sunilchand7521
    @sunilchand7521 4 года назад +1

    Hi mukesh .iam getting java.lang.Error: Invalid memory access error . I able get screenshot but unable to covert into text .plz help me

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hey Sunil, this seems some Java issue which version of Java you are using?

  • @Dr.ashwath
    @Dr.ashwath 3 месяца назад +1

    Thank you soo much.

  • @abraham2961
    @abraham2961 5 лет назад

    One question sometime captcha is like some zebra crossing image etc how to handle that

  • @preethithiyagarajan678
    @preethithiyagarajan678 3 года назад

    Where can I find the trained data file for numeric values

  • @JitendraKumar-lr3vq
    @JitendraKumar-lr3vq 5 лет назад

    can we read pdf file using tesseract api ..pdf file reading is one of the main issue we face while trying to read the pdf file using automation..

  • @RanjeetKumar-dx7bb
    @RanjeetKumar-dx7bb 5 лет назад +1

    Hi Mukesh
    Thank you for this nice video.
    Can you please make a video on mocha, chai framework.
    Thanks in advanced
    Ranjeet Kumar

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Sure Ranjeet, I will record video on mocha and chai soon.

  • @whataluckdydx7094
    @whataluckdydx7094 3 года назад

    Hi, do you know how to bypass CloudFlare detection in Selenium? I have been stuck for days now. Thank you in advanced!

  • @sadariyainternational4806
    @sadariyainternational4806 4 года назад +2

    Sir I need this for python if you have any video of python so please share me or if you don't have then plz tell how can I do in python

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hey Sudarya this is for python www.pyimagesearch.com/2017/07/10/using-tesseract-ocr-python/

  • @ankitsharma-et6pq
    @ankitsharma-et6pq 5 лет назад

    Hello Mukesh,
    Do you have any idea about HP ALM with Selenium Integration, Please suggest.
    Thanks,
    Ankit Sharma

  • @ragusri86
    @ragusri86 4 года назад +1

    Hi Mukesh, Is there any possibility of handling Google Captcha?

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      No Ragu, I dont think so but never tried with google captcha.

    • @ragusri86
      @ragusri86 4 года назад

      Mukesh otwani ok thanks Mukesh

  • @akhilsyed4284
    @akhilsyed4284 5 лет назад

    Hi...where to find Tosca video tutorials and how to learn Tosca automation tool plz

  • @sudhirkhaire
    @sudhirkhaire 5 лет назад +1

    It is fine, please tell me, How to automate recaptcha v3?

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +2

      No solution for that as such

    • @sudhirkhaire
      @sudhirkhaire 5 лет назад

      We automate the recaptcha v3 locally, can this ( same selenium script) work for live?

  • @allaboutindia6369
    @allaboutindia6369 5 лет назад +1

    ITesseract image = new Tesseract
    This line give error .i was import all 4 lines of top still this line also show error plzz help sir

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Hi Akshay it means dependency are not downloaded properly.

  • @SantoshKumar-dy3pr
    @SantoshKumar-dy3pr 5 лет назад +1

    Hi sir where to get the path file which is just above the pom.xml

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Hi Santosh here is the link github.com/tesseract-ocr/tesseract

    • @anandyadav3919
      @anandyadav3919 5 лет назад

      Can you help me also on how to get the path folder, I tried it from the below link but no luck

  • @comedybuzz6629
    @comedybuzz6629 4 года назад +1

    sir please make this whole proccess in python and explain sir and share code please.
    loved the way of your explaination sir

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Yes mate soon coming full Python and JS series.

    • @comedybuzz6629
      @comedybuzz6629 4 года назад

      @@Mukeshotwani sir how can i contact you . can you share your mail

  • @ekankgamer2681
    @ekankgamer2681 4 года назад +1

    I m trying to automate this captcha, i tried with tesseract to automate but its giving wrong text it will be really appreciateif any one help me in this.

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      What wrong text? Which site you referred?

    • @vishaltiwari3757
      @vishaltiwari3757 4 года назад +1

      @@Mukeshotwani : Hey Mukesh I have shared you Code snippet sent email from vinay.tiwari3006@gmail.com.Looking for your valuable response.

  • @Adam-fu6sr
    @Adam-fu6sr 5 лет назад +1

    is it posible to do funcaptcha?

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      Sorry Adam not sure about funcaptcha

  • @vijayshankar8957
    @vijayshankar8957 4 года назад +1

    Hi Mukesh...
    Could you plz help how to automate otp on personal mobile number in mobile automation (appium).

    • @Mukeshotwani
      @Mukeshotwani  4 года назад +1

      Hi Vijay, I dont have any video on that, I will try to record and will upload soon.

    • @desuteja502
      @desuteja502 4 года назад

      By using Twillio API URL:www.twilio.com/docs/usage/api

  • @ShivaKumar-vc3nk
    @ShivaKumar-vc3nk 3 года назад +1

    Hey Mukesh, Can I capture bold text from image using OCR? quick reply would be appriciated. :)

  • @thebrjsoflife7353
    @thebrjsoflife7353 4 года назад

    is this working for meg tipeer?

  • @ShivaPrasad-ku5qn
    @ShivaPrasad-ku5qn 3 года назад +4

    I need it for python please

    • @Mukeshotwani
      @Mukeshotwani  3 года назад

      Here is the link Shiva pypi.org/project/pytesseract/

  • @NiketPatil280890
    @NiketPatil280890 5 лет назад

    This only works for only on 32bit JAVA version. it doesn't work 64bit.

  • @usrinivas5328
    @usrinivas5328 Год назад

    I ran scrpit by following this video but cannot automate captcha

  • @Yaddalapudi
    @Yaddalapudi 4 года назад +1

    i am getting some error , can u try to help me mukesh

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      Hi Krishana what error you are getting?

    • @Yaddalapudi
      @Yaddalapudi 4 года назад

      @@Mukeshotwani I already I mailed you

    • @Yaddalapudi
      @Yaddalapudi 4 года назад

      @@Mukeshotwani Tesseract null

  • @Brinierdrip
    @Brinierdrip 4 года назад +1

    Is this work with headless mode ?

    • @Mukeshotwani
      @Mukeshotwani  4 года назад

      I haven't tried but I guess it should work.

  • @sathvikkrishna2210
    @sathvikkrishna2210 4 года назад +2

    I need for python

  • @amitmishra3031
    @amitmishra3031 5 лет назад

    Can we automate captcha having cross all around the pattern

    • @Kumarkumar-gf3kk
      @Kumarkumar-gf3kk 5 лет назад

      amit mishra boss captcha is related to security

    • @Kumarkumar-gf3kk
      @Kumarkumar-gf3kk 5 лет назад

      Loll screen shot will be dynamic and no company includes automating screen shot.This is impossible to automate captcha . If so it’s a security breach
      First one should know what is Captcha
      a program or system intended to distinguish human from machine input, typically as a way of thwarting spam and automated extraction of data from websites.
      If some one want to automate this then it is consider as pure lack of good automation strategy

    • @Kumarkumar-gf3kk
      @Kumarkumar-gf3kk 5 лет назад

      amit mishra what u want to automate captcha ?

  • @pythona3993
    @pythona3993 3 года назад

    How to handle captcha in TestProject

  • @ll2131
    @ll2131 2 года назад

    Please make this video in katalon studio version, thanks for advance

  • @bozhang11
    @bozhang11 5 лет назад

    Nice!!

  • @ShivaPrasad-ku5qn
    @ShivaPrasad-ku5qn 3 года назад +1

    Super

  • @vikramdasaram5267
    @vikramdasaram5267 3 года назад

    Can we do it by using testproject

  • @HamzaKhan-om8gi
    @HamzaKhan-om8gi 3 года назад

    Hello brother .
    I have captcha code h3b73bd
    When the user copy this
    I want to replace them in user clipboard through malware .
    Is that possible or not ?

    • @Mukeshotwani
      @Mukeshotwani  3 года назад

      Sorry I did not get your requirement.

    • @HamzaKhan-om8gi
      @HamzaKhan-om8gi 3 года назад

      @@Mukeshotwani
      I want to encode some text into image .
      Then I will send that image to user .
      When the user click on the image the virus will install and spread in his operating system .
      Work of this virus will do the following functions .
      After the installation of virus .
      The user clipboard will be paste the code that we have encoded in image as a string ..
      Now do you got it .

    • @Mukeshotwani
      @Mukeshotwani  3 года назад

      @@HamzaKhan-om8gi sorry Hamza no idea on this.

  • @maheshoza3882
    @maheshoza3882 3 года назад

    Sir give step by step installation step, with link code give in video, so make it like that one can test with this code and with all requirements like selenium 4 etc Thanks

  • @manishthakur1205
    @manishthakur1205 2 года назад +2

    Hello mukesh sir i want to read OTP from gmail how can do that please help

    • @paruldang952
      @paruldang952 2 года назад

      Use gmail api.

    • @manishthakur1205
      @manishthakur1205 2 года назад

      @@paruldang952 i am able to get otp but it is not taking new one means it is not refresh inbox automaticaly thats why it taking old otp
      Any solution for it. ?

  • @ramareddybheemanagoud2331
    @ramareddybheemanagoud2331 5 лет назад +2

    I am getting
    Error opening data file. eng.traineddata
    Please make sure the TESSDATA_PREFIX environment variable is set to your "test data "directory.
    Failed loading language 'eng'
    Tesseract couldn't load any language!

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад +1

      Hi Rama, keep trained data in home directory as well and then try.

    • @amiraliansari9887
      @amiraliansari9887 Год назад

      @@Mukeshotwani Hi Mukesh, I have kept the trained data in home directory but still i am getting the same error. Pls help

  • @radsogandhinagar4462
    @radsogandhinagar4462 5 лет назад +1

    Is there same in python script anywhere?

  • @Disha_CuteStar
    @Disha_CuteStar 4 года назад

    Hi
    Am getting NoclassDefFoundError: com/sun/jna/Pointer

  • @vineetkumar9903
    @vineetkumar9903 5 лет назад

    sir can u solve the captcha of irctc generated at 10:00 AM and 11:00PM

  • @umakantaacharya6726
    @umakantaacharya6726 2 года назад +1

    Hi , Mukesh
    Can we automate Numerical captcha Like ( Pl)

    • @umakantaacharya6726
      @umakantaacharya6726 2 года назад +1

      LIke (21+3 or 18-8)

    • @Mukeshotwani
      @Mukeshotwani  2 года назад

      Hi Umakanta I have not tried but you can pass the trained data set and you will be able to read the same.

  • @kennethgomes4727
    @kennethgomes4727 2 года назад

    please make a video with python

  • @bnayak822
    @bnayak822 3 года назад

    Hello sir how to handle captch selenium with python ,if you have any videos please share me.

    • @Mukeshotwani
      @Mukeshotwani  3 года назад

      Hi Biswaranjan, I will make video for python too. In the meanwhile please visit below link
      pypi.org/project/pytesseract/

  • @MsErwin19
    @MsErwin19 5 лет назад +1

    can you solve google captcha?

    • @Mukeshotwani
      @Mukeshotwani  5 лет назад

      No mate , above solution works for text based captcha or images based

  • @indiaonlineproducts2381
    @indiaonlineproducts2381 4 года назад

    sir i send u a email pls see and reply me

  • @ruchikakarki9800
    @ruchikakarki9800 2 года назад

    Hello Mukesh,
    I am following your video and try the same capture but I got an error.
    Please help me in this how can I solved this as I am totally beginner in this.
    INFO: Found CDP implementation for version 99 of 97
    Error opening data file ./eng.traineddata
    Please make sure the TESSDATA_PREFIX environment variable is set to your "tessdata" directory.
    Failed loading language 'eng'
    Tesseract couldn't load any languages!
    Warning: Invalid resolution 0 dpi. Using 70 instead.
    [Utils] Attempting to create E:\Softwares\Project\Amazonproject\test-output\Default suite\Default test.xml
    [Utils] Directory E:\Softwares\Project\Amazonproject\test-output\Default suite exists: true
    FAILED CONFIGURATION: @BeforeMethod login

  • @restihariyati
    @restihariyati Год назад

    I got this error
    Reason:
    java.lang.NoSuchMethodError: com.sun.jna.Native.load
    anyone can help, please ??
    Thank You