Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.27 KB

File metadata and controls

43 lines (35 loc) · 1.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Planned

  • Batch processing for multiple images
  • Visual output with highlighted text regions
  • Web interface
  • CI/CD integration
  • PDF document support
  • Color blindness simulation

0.1.0 - 2026-02-08

Added

  • Initial release of ContrastCheck
  • OCR-based text detection using PaddleOCR
  • K-means color extraction for text and background
  • WCAG 2.1 AA and AAA compliance checking
  • Contrast ratio calculation based on WCAG guidelines
  • CLI interface with multiple output formats
  • Python API for programmatic access
  • JSON and text report generation
  • Support for multiple languages in OCR
  • GPU acceleration support
  • Comprehensive unit test suite
  • Documentation and examples
  • MIT License

Features

  • Automatic text region detection
  • Intelligent color extraction
  • Detailed compliance reports
  • Easy-to-use command-line interface
  • Extensible Python API