Captcha OCR is a captcha recognizer. We support the captcha which is generated by ASPX captcha generator (5 numberic charators), NCKU, and THSRC.
For the users, we also create extensions on Google Chrome and Microsoft Edge. You can download and install by link:
This function is easy to use. Only need to put your base64 string
(which is transform from captcha image) after parameter base64_str
,
and you will get a response contain recognition result.
If you want to recognize captcha from ASPX captcha generator:
//ocr.holey.cc/aspx_5c?base64_str=<base64_string>
If you want to recognize captcha from NCKU:
://ocr.holey.cc/ncku?base64_str=<base64_string>
If you want to recognize captcha from THSRC:
//ocr.holey.cc/thsrc?base64_str=<base64_string>
ASPX_5C | NCKU | THSRC |
---|---|---|
![]() |
![]() |
![]() |
If you have any questions about this project, please contact us:
Copyright © Yan