Send Images to GSA Captcha Breaker from a Java Application
Hi all,
I have a Java application that will send images to GSA CB and catch the result, accessing(using Apache HTTP Client) the URL "http://<my_ip_address>/gsa_test.gsa". This is working fine, but i have some questions.
1 - ) Is that the correct way to do this, or has another solution that make me able to send images from a Java Application to GSA CB Program?
2 - ) In this process, how can I send a parameter telling CB to use a specific engine, like exists on the "CapBreak_CMD.exe" program in CB setup folder? (ex. when send a image, i need inform CB to use the engine "Wordpress (8 chars)").
3 - ) I saw that on Windows Start Menu, exists 3 shortcuts to 3 pdfs files (Documentation, Macro Guide and Script Language Documentation), but the files doesn't exists in my PC. Please, where can I download these files or any documentation about GSA CB like a user guide?
Thanks very much for all and I appologize for my poor english.
Congratulations to the GSA Captcha Breaker team.
Comments
1) see the *.dpr file (pascal source) or simply use one of the supported captcha service apis (decaptcher or dbc). The later way let's you also use an captcha service in your java program if someone doesn't want to use CB.
2) again see the dpr file.
3) WOW thats a terrible mistake you found. That files have no use in CB but belong to Search Engine Ranker. Must have mixed up something on the setup. I remove that now for the nect version.
Oh well than use the gsa_test.gsa method add the "captcha_plattform=engine" in addition.
imagem ?
do i save captcha myself and send that file ?
captcha_plattform=any
is this correct ?
also what are these 3 parameters
function=picture2
pict_to=60000
2. hashes are only useful if the resulting chars are always looking the same, else use mask or leave it to ocr only.
Next version supports it when adding more than one engine name with commas.