Metadata-Version: 2.3
Name: django-key-information-extraction
Version: 0.1.0
Summary: Django Key Information Extraction module for flexible information extraction from documents
Requires-Dist: azure-ai-formrecognizer>=3.3.3
Requires-Dist: datamodel-code-generator>=0.53.0
Requires-Dist: django>=5.2
Requires-Dist: django-dramatiq>=0.15.0
Requires-Dist: dramatiq-crontab>=1.0.12
Requires-Dist: dramatiq[prometheus,rabbitmq]>=2.1.0
Requires-Dist: dspy>=3.2.1
Requires-Dist: extract-msg>=0.55.0
Requires-Dist: levenshtein>=0.27.3
Requires-Dist: pdf2image>=1.17.0
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: python-jsonpath>=2.0.2
Requires-Dist: requests>=2.32.5
Requires-Dist: rjsonnet>=0.5.6
Requires-Dist: scipy>=1.17.1
Requires-Python: >=3.14, <3.15
Description-Content-Type: text/markdown

# django-key-information-extraction

A Django app for extracting key information from documents. Extracted from several similar projects and probably not production ready or suitable for general use.

## Installation

```bash
pip install django-key-information-extraction
```

## Usage

Add the app to your Django project:

```python
INSTALLED_APPS = [
    ...
    "django_kie",
    "django_kie_api_connection",
    ...
]
```

## Configuration
