How to recognize text from the captcha?

Hi Bro.

My steps are:

  1. Save image contains captra into the local drive
  2. Use python script to read text on image and return the value
  3. Input that value into the web. If fail ( The python return wrong value ) then will refresh captra on the web to received a new one and try from the first step.

Some time python script read text from the captra image not correct, but it read about 2-3 times and will got the correct one ^^.




Python code.txt (1.3 KB)