Ask HN: 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
5 comments
[ 2.2 ms ] story [ 20.1 ms ] threadConvert 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.