Metadata-Version: 2.4
Name: ksero-payer-rules
Version: 0.1.1
Summary: Payer-specific rules and validation for insurance card OCR
Home-page: https://github.com/DV1-321/ksero-payer-rules
Author: David Ferguson
Author-email: you@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

![PyPI](https://img.shields.io/pypi/v/ksero-payer-rules)
![Python](https://img.shields.io/pypi/pyversions/ksero-payer-rules)
![License](https://img.shields.io/github/license/DV1-321/ksero-payer-rules)
# ![Tests](https://img.shields.io/github/actions/workflow/status/DV1-321/ksero-payer-rules/tests.yml)

# Ksero Payer Rules

Payer-specific rules and validation for medical, dental, and vision insurance cards.

## Features

- Detects payer and specialty (medical, dental, vision)
- Extracts member ID, group number, plan name, policy holder
- Validates payer-specific ID formats (UHC, Aetna, Cigna, BCBS, VSP, etc.)
- Supports TRICARE, CHAMPVA, Medicare, Medicaid

## Installation

```bash
pip install ksero-payer-rules
