OCR in PHP is possible! Lukas White builds a simple Silex app into which a user can upload an image, and get the text from image accurately extracted.
Tag: captcha
OCR in PHP: Read Text from Images with Tesseract
No CAPTCHA reCAPTCHA Integration with WordPress
In this article we show you how to use the new No CAPTCHA reCAPTCHA, integrating it with the WordPress login, registration and comment forms.
Integrating a CAPTCHA with the WordPress Comment Form
In this article we walk you through integrating a CAPTCHA with the WordPress comment system, using the WordPress HTTP API as you develop your own plugin.
Integrating a CAPTCHA with the WordPress Registration Form
In this tutorial, we will walk you through writing a plugin that will integrate CAPTCHA (Google's reCAPTCHA) to the default WordPress registration form.
Integrating a CAPTCHA with the WordPress Login Form
This tutorial shows you how to write a plugin that integrates a CAPTCHA with the WordPress login system using the HTTP API and Google's reCAPTCHA.
Simple Captchas with PHP and GD
Mehul Jain explains how captchas work and demonstrates their implementation with PHP and the GD image library