This Python program is designed to analyze digital images of Philippine identification cards, with a primary focus on driving licenses. The tool calculates mismatch percentages based on predefined parameters to enhance identity verification processes. Developed for an international project as an intern in Software Development, this solution aims to contribute to the improvement of identity verification systems.
- Programming Language: Python
- Libraries: OpenCV, pytesseract, Levenshtein
- Image Processing: Gaussian Blur, CLAHE (Contrast Limited Adaptive Histogram Equalization), Unsharp masking
- Testing: Multi-process Image Processing, Status Computation
-
Clone the Repository:
git clone https://github.com/imambujshukla7/Philippines-ID-Verification.git cd Philippines-ID-Verification
-
Install Dependencies:
pip install -r requirements.txt
-
Execute the Program:
python main.py
This project is licensed under the MIT License.