Welcome, Guest. Please Login.
IRobotSoft Robot
09/30/23 at 08:48:26
News: IRobotSoft is the enssential tool for Internet marketing and SEO work!
Home Help Search Login
Google
 


Pages: 1
Send Topic Print
How to decode captcha image (Read 3752 times)
syntax007
IRobotSoft Newbies
*


I Love IRobotSoft

Posts: 10
How to decode captcha image
08/12/15 at 05:43:05
 
I have a webform to submit that requires captcha image code. Its a simple 4 digit code and i can see the image url. How to get the code from the captcha image?
Back to top
 

Untitled_003.png
  IP Logged
IRobotSoft Administrator
IRobotSoft Administrator
*****


IRobotSoft, the Best
Internet Robot
System

Posts: 1609
Gender: male
Re: How to decode captcha image
Reply #1 - 08/12/15 at 17:02:30
 
You will need to find a captcha solver program, either online service or a windows program.  
 
If you have a captcha solver program, you can run the program with something like the following to decode it:  
 
RunApp('solver.exe your_image >results.txt');
code=ReadFile('results.txt');  
 
If you have a captcha service, you can use something like the following to decode:  
code = UrlData('service_url');
 
 
 
 
 
 
 
Back to top
 
 

The Administrator.
WWW   IP Logged
Pages: 1
Send Topic Print