How To Handle Captcha In Selenium Using Tesseract OCR

  Рет қаралды 89,756

Mukesh otwani

Mukesh otwani

Күн бұрын

Пікірлер: 174
@m.g.satheeshkumar4221
@m.g.satheeshkumar4221 5 жыл бұрын
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.
@SarangHoley
@SarangHoley 5 жыл бұрын
Thank you very much for covering this Tess4j API, by simple and precise manner.👍😊
@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.
@JitendraKumar-lr3vq
@JitendraKumar-lr3vq 5 жыл бұрын
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 жыл бұрын
Thanks Jitendra.. I am glad to hear from you. I found one more library for pdf will upload video soon.
@ramkumariyer8282
@ramkumariyer8282 2 жыл бұрын
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 жыл бұрын
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
@Kumarkumar-gf3kk
@Kumarkumar-gf3kk 5 жыл бұрын
Appreciate Mukesh for your prompt responses to guys!
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Thanks Kiran 🙏
@NishantRanjan2811
@NishantRanjan2811 5 жыл бұрын
Wow. One of the most awaited tutorial. Thanks.
@amitvibes76
@amitvibes76 5 жыл бұрын
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.
@laerciosantannaf
@laerciosantannaf 5 жыл бұрын
Amazing tutorial. Congrats!
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Thanks Mate 😃
@manotk213
@manotk213 5 жыл бұрын
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?
@srinivaskassa62
@srinivaskassa62 5 жыл бұрын
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.
@srinathsomeshi258
@srinathsomeshi258 Жыл бұрын
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.
@bhavanadornadula2243
@bhavanadornadula2243 5 жыл бұрын
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.
@anujkogata7247
@anujkogata7247 4 жыл бұрын
Very good explanation. What is the accuracy percentage of capturing correct text.
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
for me anuj 90 %
@anujkogata7247
@anujkogata7247 4 жыл бұрын
@@Mukeshotwani thanks
@ParamBramhaOM
@ParamBramhaOM 4 жыл бұрын
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
@chithientran9520
@chithientran9520 4 жыл бұрын
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 жыл бұрын
try adding: image.setDatapath(System.getProperty("user.dir")+"/tessdata/"); image.setLanguage("eng");
@rohitlohia2128
@rohitlohia2128 4 жыл бұрын
Great video, can you provide some insight on how to create CAPTCHA that can be implemented on any web framework.
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
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.
@forall1980
@forall1980 5 жыл бұрын
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 жыл бұрын
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
@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.
@ramareddybheemanagoud2331
@ramareddybheemanagoud2331 5 жыл бұрын
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 жыл бұрын
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
@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?
@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.
@anshumanmaharaj3254
@anshumanmaharaj3254 2 жыл бұрын
Same Here
@sathishgr3556
@sathishgr3556 4 жыл бұрын
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.
@sahanik28
@sahanik28 3 жыл бұрын
@Mukesh: Thanks for the video. But this is not able to read numbers. Can you help how to read numbers?
@ganesamuruganmuthiah1019
@ganesamuruganmuthiah1019 2 жыл бұрын
Hi Mukesh How to handle the image captcha such as by clicking traffic light from the images section?
@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
@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.
@rajendramahapatra3293
@rajendramahapatra3293 5 жыл бұрын
How are you using Selenium 4 if it has not been released officially?
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Beta version you can also use I have given link in video description
@AhmedRaza-js5rj
@AhmedRaza-js5rj 3 жыл бұрын
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
@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
@dineshreddy2324
@dineshreddy2324 4 жыл бұрын
Hi @Mukesh, Now it is not reading captcha properly on IRCTC login page
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
Yes Dinesh seems they changed captcha type
@AnkitSingh-bk6vt
@AnkitSingh-bk6vt 3 жыл бұрын
Hello mukesh ji
@nagasaisatyaram3956
@nagasaisatyaram3956 Жыл бұрын
How can I automate aws certificate validation instead of manually typing numbers and verify?
@praveenmichael3358
@praveenmichael3358 5 жыл бұрын
Very nice! Is it possible to automate mathematics captacha? Like 58+2 kind of things?
@balaajiph8946
@balaajiph8946 5 жыл бұрын
i believe it can be done by splitting the string and performing the respective calculation in the program itself
@spareaccount6389
@spareaccount6389 5 жыл бұрын
yes
@sunilchand7521
@sunilchand7521 4 жыл бұрын
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?
@sonalisundaray1052
@sonalisundaray1052 4 жыл бұрын
Hi Mukesh, I tried doing this code,it runs successful but it doesn't capture the text written in captcha..
@sadariyainternational4806
@sadariyainternational4806 4 жыл бұрын
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/
@akhilsyed4284
@akhilsyed4284 5 жыл бұрын
Hi...where to find Tosca video tutorials and how to learn Tosca automation tool plz
@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?
@abraham2961
@abraham2961 5 жыл бұрын
One question sometime captcha is like some zebra crossing image etc how to handle that
@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..
@comedybuzz6629
@comedybuzz6629 4 жыл бұрын
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 жыл бұрын
Yes mate soon coming full Python and JS series.
@comedybuzz6629
@comedybuzz6629 4 жыл бұрын
@@Mukeshotwani sir how can i contact you . can you share your mail
@allaboutindia6369
@allaboutindia6369 5 жыл бұрын
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.
@preethithiyagarajan678
@preethithiyagarajan678 3 жыл бұрын
Where can I find the trained data file for numeric values
@vijayshankar8957
@vijayshankar8957 4 жыл бұрын
Hi Mukesh... Could you plz help how to automate otp on personal mobile number in mobile automation (appium).
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
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
@SantoshKumar-dy3pr
@SantoshKumar-dy3pr 5 жыл бұрын
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
@sudhirkhaire
@sudhirkhaire 5 жыл бұрын
It is fine, please tell me, How to automate recaptcha v3?
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
No solution for that as such
@sudhirkhaire
@sudhirkhaire 5 жыл бұрын
We automate the recaptcha v3 locally, can this ( same selenium script) work for live?
@tajindersingh6519
@tajindersingh6519 5 жыл бұрын
Nice one Mukesh..
@VishalKumar-lj7xs
@VishalKumar-lj7xs 5 жыл бұрын
Very useful video..Thank You sir.
@RanjeetKumar-dx7bb
@RanjeetKumar-dx7bb 5 жыл бұрын
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.
@ekankgamer2681
@ekankgamer2681 4 жыл бұрын
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 жыл бұрын
What wrong text? Which site you referred?
@vishaltiwari3757
@vishaltiwari3757 4 жыл бұрын
@@Mukeshotwani : Hey Mukesh I have shared you Code snippet sent email from vinay.tiwari3006@gmail.com.Looking for your valuable response.
@MrPanirajasrikanth
@MrPanirajasrikanth 5 жыл бұрын
Thank you for great video sir.
@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!
@chandankumarmalhotra1127
@chandankumarmalhotra1127 4 жыл бұрын
Very Informative!
@ragusri86
@ragusri86 4 жыл бұрын
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
@ankitsharma-et6pq
@ankitsharma-et6pq 5 жыл бұрын
Hello Mukesh, Do you have any idea about HP ALM with Selenium Integration, Please suggest. Thanks, Ankit Sharma
@srikanthakula810
@srikanthakula810 5 жыл бұрын
Using bumble b
@usrinivas5328
@usrinivas5328 Жыл бұрын
I ran scrpit by following this video but cannot automate captcha
@abraham2961
@abraham2961 5 жыл бұрын
Thanks Mukesh for this video
@ShivaPrasad-ku5qn
@ShivaPrasad-ku5qn 3 жыл бұрын
I need it for python please
@Mukeshotwani
@Mukeshotwani 3 жыл бұрын
Here is the link Shiva pypi.org/project/pytesseract/
@ramareddybheemanagoud2331
@ramareddybheemanagoud2331 5 жыл бұрын
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 жыл бұрын
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
@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 ?
@thebrjsoflife7353
@thebrjsoflife7353 4 жыл бұрын
is this working for meg tipeer?
@Adam-fu6sr
@Adam-fu6sr 5 жыл бұрын
is it posible to do funcaptcha?
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
Sorry Adam not sure about funcaptcha
@Brinierdrip
@Brinierdrip 4 жыл бұрын
Is this work with headless mode ?
@Mukeshotwani
@Mukeshotwani 4 жыл бұрын
I haven't tried but I guess it should work.
@ShivaKumar-vc3nk
@ShivaKumar-vc3nk 3 жыл бұрын
Hey Mukesh, Can I capture bold text from image using OCR? quick reply would be appriciated. :)
@Mukeshotwani
@Mukeshotwani 3 жыл бұрын
Yes Shiva
@NiketPatil280890
@NiketPatil280890 5 жыл бұрын
This only works for only on 32bit JAVA version. it doesn't work 64bit.
@Yaddalapudi
@Yaddalapudi 4 жыл бұрын
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
@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
@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.
@manishthakur1205
@manishthakur1205 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. ?
@Dr.ashwath
@Dr.ashwath 3 ай бұрын
Thank you soo much.
@Mukeshotwani
@Mukeshotwani 3 ай бұрын
Most welcome sir
@ll2131
@ll2131 2 жыл бұрын
Please make this video in katalon studio version, thanks for advance
@pythona3993
@pythona3993 3 жыл бұрын
How to handle captcha in TestProject
@sathvikkrishna2210
@sathvikkrishna2210 4 жыл бұрын
I need for python
@vikramdasaram5267
@vikramdasaram5267 3 жыл бұрын
Can we do it by using testproject
@logtoadityaraj
@logtoadityaraj 3 жыл бұрын
No, You can't.
@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.
@umakantaacharya6726
@umakantaacharya6726 2 жыл бұрын
Hi , Mukesh Can we automate Numerical captcha Like ( Pl)
@umakantaacharya6726
@umakantaacharya6726 2 жыл бұрын
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.
@bozhang11
@bozhang11 5 жыл бұрын
Nice!!
@radsogandhinagar4462
@radsogandhinagar4462 5 жыл бұрын
Is there same in python script anywhere?
@Mukeshotwani
@Mukeshotwani 5 жыл бұрын
pypi.org/project/pytesseract/
@Disha_CuteStar
@Disha_CuteStar 5 жыл бұрын
Hi Am getting NoclassDefFoundError: com/sun/jna/Pointer
@soumyahavaldar9404
@soumyahavaldar9404 3 жыл бұрын
Hi Shraddha , may I know hw did u solve this issue?
@ShivaPrasad-ku5qn
@ShivaPrasad-ku5qn 3 жыл бұрын
Super
@Mukeshotwani
@Mukeshotwani 3 жыл бұрын
Thanks Shiva
@vineetkumar9903
@vineetkumar9903 5 жыл бұрын
sir can u solve the captcha of irctc generated at 10:00 AM and 11:00PM
@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 жыл бұрын
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
How To Read Images in Java Using OCR- Tesseract
21:35
Mukesh otwani
Рет қаралды 52 М.
Dynamic XPath in Selenium  using Different Approaches
28:12
Mukesh otwani
Рет қаралды 300 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 64 МЛН
小路飞和小丑也太帅了#家庭#搞笑 #funny #小丑 #cosplay
00:13
家庭搞笑日记
Рет қаралды 9 МЛН
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 254 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 61 МЛН
How to execute failed test cases in Selenium webdriver
17:09
Mukesh otwani
Рет қаралды 97 М.
How to use Tesseract OCR in a Python script (pytesseract)
6:36
JayMartMedia
Рет қаралды 39 М.
No More Captcha Headaches: Automate using Selenium
18:59
SDET Unicorns by Dilpreet Johal
Рет қаралды 9 М.
How to handle hidden webelements in Selenium Webdriver
21:19
Mukesh otwani
Рет қаралды 126 М.
How to Capture Screenshot in Selenium Webdriver
26:03
Mukesh otwani
Рет қаралды 201 М.
Selenium WebDriver Tutorial #17 - How to Handle Dropdown in Selenium-Part 1
12:15
Software Testing Mentor
Рет қаралды 152 М.
Bypass Recaptcha Captcha with Python and Selenium in 10 minutes.
10:02
How to set up Tess4j in Eclipse
27:39
Alexandra McCusker
Рет қаралды 25 М.
ChatGPT Helped Solve My Web Automation Headache
14:31
The PyCoach
Рет қаралды 84 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 64 МЛН