Metadata-Version: 2.4
Name: aadhar-masker
Version: 1.2.2
Summary: Aadhaar masking utility using Azure Form Recognizer
Author-email: Abhishek Kumar Tiwari <akt155016@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python>=4.5.5
Requires-Dist: pillow>=9.0.0
Requires-Dist: PyMuPDF>=1.21.0
Requires-Dist: azure-ai-formrecognizer>=3.2.0
Requires-Dist: azure-core>=1.18.0
Requires-Dist: numpy>=1.19.0
Requires-Dist: PyPDF2>=3.0.0
Dynamic: license-file

# aadhar-masker

A Python package to mask Aadhaar numbers in images and PDFs using Azure Form Recognizer.

## Installation (local/dev)
Create a virtualenv and install dependencies:
```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
