Zaczero/AntiCaptcha

Error in README.md ("antiCaptcha.SolveImage")

omnimind opened this issue · 0 comments

Hi,
var image = await antiCaptcha.SolveImage("data:image/png;base64,iVBORw0KGgo...");
is incorrect as it results ERROR_IMAGE_TYPE_NOT_SUPPORTED error message.

You need to get rid of the data:image/png;base64, string so the line above needs to be var image = await antiCaptcha.SolveImage("iVBORw0KGgo...");

Cheers,
chris