CM Auto Alt Text revolutionizes WordPress accessibility by automatically generating high-quality alt text for your images using multiple AI providers including OpenAI GPT-4 Vision, Google Cloud Vision, and Cloudmersive. The plugin features intelligent provider selection, cost optimization, and enterprise-grade performance.
Multi-Provider AI System
* 3 AI Providers: OpenAI GPT-4 Vision, Google Cloud Vision, Cloudmersive (Azure & AWS coming soon)
* Intelligent Fallback: Automatic switching between providers if one fails
* Cost Optimization: Smart provider selection based on usage and cost
* Quality Scoring: Advanced algorithm to evaluate alt text quality
Enterprise Performance
* React Admin Interface: Modern dashboard for provider management
* Bulk Processing: Process thousands of images with background scheduling
* Performance Optimized: Enterprise-grade database queries and caching
* Real-time Statistics: Cost tracking, usage analytics, and performance metrics
WordPress Integration
* Automatic Generation: Alt text created on image upload
* Gutenberg Integration: Seamless block editor support
* Media Library: Generate or regenerate alt text for existing images
* WooCommerce Support: Enhanced product image descriptions
Accessibility & SEO
* WCAG 2.1 Compliance: Improves accessibility for screen readers
* SEO Enhancement: Better image context for search engines
* Context-Aware: Considers post content, categories, and tags
* Quality Validation: Ensures meaningful, descriptive alt text
OpenAI GPT-4 Vision
* Advanced image understanding with contextual descriptions
* Supports complex scenes and artistic content
* Context-aware alt text generation
Google Cloud Vision API
* Powerful object detection and scene analysis
* Excellent for product images and photography
* Fast processing with high accuracy
Cloudmersive Image Recognition
* Cost-effective solution with good accuracy
* Free tier: 800 API calls per month
* Reliable for standard image types
Future Development
The following providers are planned for future releases:
Azure Computer Vision
* Microsoft’s advanced computer vision capabilities
* Enterprise-grade security and compliance
* Status: Planned for future release
AWS Rekognition
* Amazon’s machine learning image analysis
* Scalable cloud-based processing
* Status: Planned for future release
Bloggers & Content Creators
* Automatically describe featured images and graphics
* Improve SEO with contextual alt text
* Save hours of manual alt text writing
E-commerce Stores
* Generate product descriptions automatically
* Improve accessibility for visually impaired customers
* Enhance product discoverability
News & Media Sites
* Process hundreds of images quickly
* Maintain consistent quality across large image libraries
* Meet accessibility compliance requirements
Enterprise Websites
* Scale alt text generation across multiple sites
* Track costs and usage across departments
* Maintain quality standards with automated scoring
This plugin integrates with multiple AI services to analyze images and generate alt text. By using this plugin, you consent to sending image data to these external services for processing.
Cloudmersive (Default)
* Provider: PRT Systems LLC
* API Endpoint: https://api.cloudmersive.com/image/recognize/describe
* Free Tier: 800 API calls per month
* Privacy Policy: https://account.cloudmersive.com/privacy-policy
* Terms of Use: https://account.cloudmersive.com/terms-of-use
OpenAI GPT-4 Vision
* Provider: OpenAI
* API Endpoint: https://api.openai.com/v1/chat/completions
* Privacy Policy: https://openai.com/privacy/
* Terms of Use: https://openai.com/terms/
Google Cloud Vision
* Provider: Google LLC
* API Endpoint: https://vision.googleapis.com/v1/images:annotate
* Privacy Policy: https://policies.google.com/privacy
* Terms of Service: https://cloud.google.com/terms/
The following services are planned for future integration:
Azure Computer Vision
* Provider: Microsoft Corporation
* Privacy Policy: https://privacy.microsoft.com/privacystatement
* Status: Future development
AWS Rekognition
* Provider: Amazon Web Services
* Privacy Policy: https://aws.amazon.com/privacy/
* Status: Future development
This plugin sends image data to external AI services for analysis. Please review each provider’s privacy policy:
Generated alt text is stored in your WordPress database. API keys are stored securely using WordPress encryption standards.
For support, please visit our support page or use the WordPress.org support forums.
The plugin provides extensive hooks for developers:
cm_alt_text_providers – Filter available providerscm_alt_text_quality_score – Modify quality scoring algorithm cm_alt_text_generated – Action when alt text is generatedcm_alt_text_context – Filter image context datacm_alt_text_fallback – Customize fallback behaviorDevelopers can create custom AI providers by extending the abstract provider class:
`php
class Custom_AI_Provider extends CM_Auto_Alt_Text_Abstract_Provider {
// Implement required methods
}
`
The plugin exposes REST API endpoints for headless WordPress implementations:
POST /wp-json/cm-auto-alt-text/v1/generate – Generate alt textGET /wp-json/cm-auto-alt-text/v1/providers – List providersGET /wp-json/cm-auto-alt-text/v1/statistics – Usage statistics