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



Captcha solving steps
1st step
Sign Up on the CapMonster Cloud website to start solving captchas
2st step
Copy your API key into the software for recognizing captcha (for example, into the CapMonster Cloud extension)
3st step
Send captchas for automatic recognition
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));
});
Text Captcha recognition statistics
99%
Average successful captcha recognition rate
$50
Average monthly savings for recognizing 5000 captchas per day
0.8 sec
Average recognition time