captcha-solver icon indicating copy to clipboard operation
captcha-solver copied to clipboard

solve base64 image

Open milad145 opened this issue 5 years ago • 5 comments

i have a base64 image and i want to extract numbers from it. can anyone wirte me a code with node.js? i can't understand how to work with this module?

milad145 avatar Dec 10 '18 05:12 milad145

You should create a buffer from base64 encoded images, then submit. Something like this.

    const imageBuffer = new Buffer(imageBase64, "base64");
    const taskId = await solver.createTask({
      type: 'image-to-text',
      image: imageBuffer,
    })

    const obj = await solver.getTaskResult(taskId);

promentol avatar Jun 10 '19 03:06 promentol

You should create a buffer from base64 encoded images, then submit. Something like this.

    const imageBuffer = new Buffer(imageBase64, "base64");
    const taskId = await solver.createTask({
      type: 'image-to-text',
      image: imageBuffer,
    })

    const obj = await solver.getTaskResult(taskId);

Error: unrecognized provider name "browser". Kindly please on this

automousSpace avatar Nov 05 '22 13:11 automousSpace

can you help me with bls captcha i wont script work on tampromonky plis

MEDRHILL avatar Mar 18 '23 02:03 MEDRHILL

can you help me with bls captcha i wont script work on tampromonky plis

send site

Experilous avatar Dec 09 '23 10:12 Experilous

can you help me with bls captcha i wont script work on tampromonky plis

send site

https://mr.blsspainvisa.com/book_appointment.php sory four the traball

MEDRHILL avatar Dec 10 '23 21:12 MEDRHILL