OCR

A plugin for extracting text from attached images using OCR via Tesseract.

Author:Greg Leppert (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:2.9.2
Plugin version:0.1.0
Added to WordPress repository:08-04-2010
Last updated:08-04-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://formasfunction.com/code/wordpress/ocr
Total downloads:1 854
Active installs:10+
plugin download
Click to start download

A plugin for extracting text from attached images using OCR via Tesseract. This plugin adds a field to each image upload named 'OCR Text' containing the recognized text characters within the file. This text can then be edited for accuracy and added to images to improve search and SEO results.

The OCR plugin requires PHP5 and two command line utilities: ImageMagick for preparing the images and Tesseract for the actual OCR. These utilities must be manually installed on your server and executable by PHP. This process, and consequently this plugin, is recommended only for advanced users.