I am wondering how to solve this captcha:<p>https://ibb.co/Gsmhmd9<p>https://ibb.co/Sf2B5qX<p>I have tried to use pytesseract and azure OCR. They both failed. Is there a service or python library that you can please guide me so I can investigate more. Thank you
Look at the image with your eyes, let your brain recognize the characters, and then type those characters into the input box with your ostensibly human fingers.
These seem so pitiful that I have to assume this is a school project, because captchas like this have been blow apart for years no.<p>Convert them to vector graphics. Remove any lines that continue beyond a character. Run a correcting algorithm to level things out, and then do some sort of OCR on top of it.