Solve captchas using PHP

2

I searched Google in forums but found nothing satisfactory to my needs. I wonder if anyone knows a solution to solve captchas like this . > using PHP. I have basic knowledge about the Imagick and GD libraries, however I am looking for some library or something, but if there is not one, good know how and tips on how I could be solving these captchas are also good coming.

Example of captcha to be resolved :

  

    
asked by anonymous 04.05.2015 / 19:46

1 answer

-2

I could identify the letters in the images using some algorithm of Artificial Intelligence and thus help you solve the problem.

Or even make a pixel-by-pixel analysis of the image and manually identify the letter.

A good tool that could help you with this in php is here .

    
04.05.2015 / 20:01