HACKER Q&A
📣 amir734jj

How to Solve this Captcha


I am wondering how to solve this captcha:

https://ibb.co/Gsmhmd9

https://ibb.co/Sf2B5qX

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


  👤 iwanttocomment Accepted Answer ✓
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.

👤 bombcar
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.

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.


👤 ftxbro
are you autogpt