Ask HN: How to Solve this Captcha

1 points by amir734jj ↗ HN
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

5 comments

[ 2.2 ms ] story [ 20.1 ms ] thread
(comment deleted)
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.

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.