logo
bars

Automatic text captcha recognition (ImageToText)

Text captcha is the first classic captcha, which is still used on some sites today. The user is prompted to enter the letters or numbers shown in the image.Often, a string of text is distorted by color and noise filters, and characters are crossed out or slanted to make it difficult for computer programs to recognize.

Why choose CapMonster Cloud?

Stability
Stability
Automatic CAPTCHA solving ensures uninterrupted performance even under heavy loads
Maximum Accuracy
Maximum Accuracy
Up to 99% success rate, even with complex CAPTCHA types
Scalability
Scalability
Easily handles increasing loads while maintaining high speed and stability
Quick Start
Quick Start
Ready-to-use libraries with code examples for API integration and browser extensions
Affiliate Program
Affiliate Program
Earn up to 30% from user spend when you integrate CapMonster Cloud into your software
Bonus Program
Bonus Program
Receive a bonus up to 15% for the volume of solved captchas to your balance
Transparent Pricing
Transparent Pricing
You only pay for successfully solved CAPTCHAs — no hidden fees
Trusted by Industry Leaders
Trusted by Industry Leaders
1000+ companies around the world rely on us
Support
Support
Fast, responsive help and setup assistance

Pricing of Text CAPTCHA (ImageToText) solution

CAPTCHA
Price per 1,000
$ 0.30
1k tokens

Types of Text CAPTCHA (ImageToText)

landingKindOfTextCaptchaTitle1

Simple

Simple text captcha consists of one word without any additions.
landingKindOfTextCaptchaTitle2

Complex

Complex text captcha may include additional words, letters of different cases and various symbols.

Recognition Module

The captcha recognition module is especially useful when working with specific services – such as Google, SolveMedia, WhatsApp, and others. Its use allows for faster captcha solving, improved accuracy, and reduced risk of errors. In CapMonster Cloud, ready-to-use modules are already available, and you can find the list in the documentation. If necessary, you can send us examples of the required captchas, and we will train a separate module specifically for you.

Text Captcha Examples

text-captcha-1text-captcha-2text-captcha-3

How to solve Text Captcha

dashboardDashboard

CapMonster Cloud API

Solution by clicks or tokens
chromeExtension

Extension for Chrome

Solution by clicks or tokens
fireFoxExtension

Extension for Firefox

Solution by clicks or tokens

Captcha solving steps

landingCaptchaSolveStepStep
1st step
Sign Up on the CapMonster Cloud website to start solving captchas
landingCaptchaSolveStepStep
2st step
Copy your API key into the software for recognizing captcha (for example, into the CapMonster Cloud extension)
landingCaptchaSolveStepStep
3st step
Send captchas for automatic recognition
landingCaptchaSolveStepStep
4st step
Get fast bypassed captcha

SDK for automatic recognition of Text CAPTCHA (ImageToText)


// https://github.com/ZennoLab/capmonstercloud-client-js

import { CapMonsterCloudClientFactory, ClientOptions, ImageToTextRequest } from '@zennolab_com/capmonstercloud-client';

document.addEventListener('DOMContentLoaded', async () => {
  const cmcClient = CapMonsterCloudClientFactory.Create(new ClientOptions({ clientKey: '<your capmonster.cloud API key>' }));
  console.log(await cmcClient.getBalance());

  const imageToTextRequest = new ImageToTextRequest({
    body: 'some base64 body',
    CapMonsterModule: CapMonsterModules.YandexWave,
    Case: true,
    numeric: 1,
    recognizingThreshold: 65,
    math: false,
  });

  console.log(await cmcClient.Solve(imageToTextRequest));
});
More recognition methods and details on solving Text CAPTCHA (ImageToText) can be found in the documentation

Text Captcha recognition statistics

dimond
99%
Average successful captcha recognition rate
dimond
$50
Average monthly savings for recognizing 5000 captchas per day
dimond
0.8 sec
Average recognition time

Supported captchas

Documentation by Text Captcha solution