Metadata-Version: 2.1
Name: khmer-nid-detector
Version: 0.1.0
Summary: A Python library for detecting and extracting data from Cambodian National ID cards.
Home-page: https://github.com/Smey09/khmer_nid_detector
Author: Roem Reaksmey
Author-email: youremail@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: pytesseract
Requires-Dist: numpy

# Khmer NID Detector

A Python package for detecting and extracting information from Khmer National ID cards using OCR and computer vision.

## Features

- 🔍 **Card Type Detection**: Automatically detects various types of cards and documents
- 🇰🇭 **Khmer NID Optimized**: Specifically designed for Cambodian National ID cards
- 📄 **Information Extraction**: Extracts NID number, name, and date of birth
- 🖼️ **Image Preprocessing**: Enhances image quality for better OCR accuracy
- 🚀 **Easy to Use**: Simple API with clear documentation

## Supported Card Types

- `nid_card` - Khmer National ID card
- `credit_card` - Credit card  
- `debit_card` - Debit card
- `driver_license` - Driver's license
- `business_card` - Business card
- `other_document` - Other document types
- `not_a_card` - Not a card or document

## Installation

```bash
pip install khmer-nid-detector
