Commit graph

2 commits

Author SHA1 Message Date
cf0e2fa649 docs: add README and MIT LICENSE
Covers hardware requirements, Docker Compose quickstart, /extract API
reference, CF_DOCUVISION_URL wiring, and kiwi#150 callout for the
self-hosted CF_ORCH_URL code gap.
2026-06-05 11:59:25 -07:00
47d4dfc786 feat: initial cf-docuvision service — Dolphin-v2 document parsing
FastAPI microservice wrapping ByteDance/Dolphin-v2 (Qwen2.5-VL-3B base)
for structured document extraction. Exposes POST /extract and GET /health.
Maps Dolphin's 21 element types to cf-core's 7-type canonical schema.

Services: cf-text /extract, /health
Env vars: CF_DOCUVISION_MODEL, CF_DOCUVISION_DEVICE, CF_DOCUVISION_PORT
GPU: 8GB+ VRAM required for Dolphin-v2; CPU fallback available but very slow.
2026-06-05 10:25:18 -07:00