Metadata-Version: 2.4
Name: pdf-anonymizer-api
Version: 0.30.0
Summary: Local HTTP service for pdf-anonymizer-core. No authentication.
Author-email: Leonid Ganeline <leo.gan.57@gmail.com>
License: MIT
Project-URL: repository, https://github.com/leo-gan/anonymizer
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pdf-anonymizer-core>=0.30.0
Requires-Dist: fastapi>=0.115
Requires-Dist: uvicorn[standard]>=0.30

# PDF Anonymizer HTTP service

A thin FastAPI wrapper around `pdf-anonymizer-core`. It does **not** depend on the CLI. There is no authentication.

```bash
pip install pdf-anonymizer-api
pdf-anonymizer-api --host 127.0.0.1 --port 8000
```

Docker files live in this package. From the repository root:

```bash
docker compose -f packages/pdf-anonymizer-api/docker-compose.yml up --build
```

Docs: [HTTP service and Docker](https://leo-gan.github.io/anonymizer/project/http-service/).
