Metadata-Version: 2.5
Name: demystify-extract-worker
Version: 0.3.0
Summary: dmstfy-extract worker: layout-aware parse -> strict structured extraction -> validate/repair -> confidence -> events
Project-URL: Homepage, https://github.com/demystify-systems/ai-services-tools/tree/main/modules/dmstfy-extract/worker
Project-URL: Repository, https://github.com/demystify-systems/ai-services-tools
Author: Demystify Systems
License: MIT
Requires-Python: >=3.11
Requires-Dist: demystify-platform-contracts
Requires-Dist: demystify-platform-observability<0.4,>=0.3
Requires-Dist: demystify-platform-profiles<0.4,>=0.3
Requires-Dist: httpx<1,>=0.27
Requires-Dist: jsonschema<5,>=4.23
Requires-Dist: pydantic<3,>=2
Provides-Extra: dev
Requires-Dist: mutmut<4,>=3.6; extra == 'dev'
Requires-Dist: mypy<2,>=1.13; extra == 'dev'
Requires-Dist: psycopg[binary]<4,>=3.1; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest<9,>=8; extra == 'dev'
Requires-Dist: ruff<0.9,>=0.8; extra == 'dev'
Provides-Extra: ocr
Requires-Dist: pillow<12,>=10; extra == 'ocr'
Requires-Dist: pypdfium2<5,>=4; extra == 'ocr'
Provides-Extra: pg
Requires-Dist: psycopg[binary]<4,>=3.1; extra == 'pg'
