VOOZH about

URL: https://apify.com/petrpatek/simple-captcha-tesseract

โ‡ฑ Simple Captcha Tesseract๐Ÿ™‚ ยท Apify


Pricing

Pay per usage

Go to Apify Store

Simple Captcha Tesseract๐Ÿ™‚

Handy solver for simple image captcha with numbers.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Petr Pรกtek

Petr Pรกtek

Maintained by Community

Actor stats

2

Bookmarked

80

Total users

0

Monthly active users

5 years ago

Last modified

Share

Tesseract OCR - simple captcha solver

Handy simple captcha solving using Tesseract OCR.

Input

Actor accepts an array of urls strings. Supported image formats are GIF, PNG, JPG.

Example Input:

[
"https://apl.cnb.cz/apljerrsdad/JERRS.WEB45.SEND_IMG_FROM_WWW_DOKUMENTY?p_name=20190406183622$671655$353726.GIF",
"https://apl.cnb.cz/apljerrsdad/JERRS.WEB45.SEND_IMG_FROM_WWW_DOKUMENTY?p_name=20190406183622$672364$964245.GIF",
"https://apl.cnb.cz/apljerrsdad/JERRS.WEB45.SEND_IMG_FROM_WWW_DOKUMENTY?p_name=20190406183622$672842$650068.GIF",
"https://apl.cnb.cz/apljerrsdad/JERRS.WEB45.SEND_IMG_FROM_WWW_DOKUMENTY?p_name=20190406183622$673350$784004.GIF",
"https://apl.cnb.cz/apljerrsdad/JERRS.WEB45.SEND_IMG_FROM_WWW_DOKUMENTY?p_name=20190406183622$673808$143468.GIF",
"https://apl.cnb.cz/apljerrsdad/JERRS.WEB45.SEND_IMG_FROM_WWW_DOKUMENTY?p_name=20190406183622$674280$435182.GIF"
]

Output

Output is an array with corresponding numbers from the simple captcha.

Example Input:

[
"0\n\n",
"1\n\n",
"6\n\n",
"8\n\n",
"3\n\n",
"7\n\n"
]

You might also like

Tiktok Captcha Solver API

leonhardeuler/tiktok-captcha-solver

TikTok Captcha Solver API. Solves 4 captcha types: Puzzle (slider), objects matching (3d), Rotating (whirl), and Icon. High accuracy, fast response times. Perfect for TikTok automation, bot development, and scraping. Simple base64 input, structured JSON output. API-ready.

Captcha Solver

mikolabs/captcha-solver

Solve any CAPTCHA image by recognizing text, numbers, and symbols. Accepts image files, image URLs, and base64 as input and returns the recognized text.

Anti Captcha Image

petr_cermak/anti-captcha-image

Act for solving image captchas using the anti-captcha.com service.

105

Anti Captcha Recaptcha

petr_cermak/anti-captcha-recaptcha

๐Ÿงฐ Actor for solving Google reCAPTCHA using the anti-captcha.com service. You need to have an anti-captcha subscription.

1.5K

Speech to Text Converter (Transcript / Captcha)

saswave/speech-to-text-converter

Transform audio records to text. Get transcription from sales or customer success teams audio files. Get Captcha text from captcha audio challenge. Speech to text converter helps you analyse, build KPI with audio records and bypass captcha.

Fast TikTok API (Simple Result)

novi/fast-tiktok-api-with-simple-result

TikTok Shop Scraper - Most Comprehensive

kaix/tiktok-shop-scraper

๐Ÿ”ฅ ~$1/1K shops ๐Ÿ”ฅ Scrape TikTok Shop product details, all reviews, and shop information. Region-aware URL parsing, built-in CAPTCHA solver, no external service needed.

Related articles

How to bypass CAPTCHA in web scraping (step-by-step guide)
Read more