I'm learning how to use tesseract in python to bypass different captchas so as i know before giving captcha's image to tesseract you have to do some image processing first. Here is the problem: What kind of image processing can i apply to these captchas to make them readable for tesseract (https://i.stack.imgur.com/n91Sk.jpg, https://i.stack.imgur.com/F26n4.jpg)
Asked
Active
Viewed 48 times
0
-
duplicate to https://stackoverflow.com/questions/68410530/python-tesseract-recognize-this-captcha/68428708#68428708 – user898678 Sep 19 '21 at 09:03
-
Does this answer your question? [Python - Tesseract - Recognize this captcha](https://stackoverflow.com/questions/68410530/python-tesseract-recognize-this-captcha) – callmenikk Sep 26 '21 at 11:05