Metadata-Version: 2.1
Name: image-validator
Version: 0.1.0
Summary: A package to detect fake or low-quality images using OpenCV and Tesseract
Author: Vinayak Gaikwad
Author-email: gaikwadvinayak1282@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# image-validator

A Python library to validate images for face presence, image quality, and detect signs of tampering like overlaid text (e.g., branding, timestamps). Useful for applications like loan verification, identity checks, and fraud detection.

---

## 🚀 Features

- ✅ Detect if image contains a face
- ✅ Check image sharpness and quality
- ✅ Detect overlaid text (e.g., screenshot labels, mobile branding)
- ✅ Combine all checks into one simple function

---

## 📦 Installation

You can install the package using pip:

```bash
pip install image-validator
