Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solve base64 image #7

Open
milad145 opened this issue Dec 10, 2018 · 5 comments
Open

solve base64 image #7

milad145 opened this issue Dec 10, 2018 · 5 comments

Comments

@milad145
Copy link

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?

@promentol
Copy link

promentol commented Jun 10, 2019

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);

@automousSpace
Copy link

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

@MEDRHILL
Copy link

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

@Experilous
Copy link

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

send site

@MEDRHILL
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants