Code for Tutorial How To Solve Image Text Captcha on UiPath

Code for JsonBody On Initialization State:

“{
“”clientKey””: “””+ in_APIKEY +” “”,
“”task””: {
“”type””: “”ImageToTextTask””,
“”body””: “””+ in_Base64Image +”””,
“”comment””: “”enter the text you see On the image””
},
“”languagePool””: “”en””
}”

Code for JsonBody On Get Captcha Code Process Stage:

“{
“”clientKey””: “”” + in_APIKEY +”””,
“”taskId””: ” + TaskId + ”
}”

Happy Automation.

Watch full tutorial on youtube : https://youtu.be/BedRK_VNmT8

Leave a Comment