Metadata-Version: 2.4
Name: mini-ocrk
Version: 0.1.0
Summary: FastAPI OCR server
Author-email: The220th <The220th@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/The220th/mini-ocrk
Project-URL: Issues, https://github.com/The220th/mini-ocrk/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: PyYAML
Requires-Dist: uvicorn
Requires-Dist: requests
Dynamic: license-file

# mini-ocrk

FastAPI OCR server.

See `API.md` for the HTTP contract and `conf.example.yaml` for configuration format.

# run

```bash
pip3 install --upgrade pip
pip3 install mini_ocrk

mini-ocrk --config /path/to/conf.yaml
```
