Document extraction service using Docling for the AI stack
Go to file
Jeff Emmett 9ba439abef Add web UI for document extraction, summarization, and indexing
Features:
- Clean responsive interface with dark theme
- File upload with drag-and-drop support
- URL input for remote documents
- Summary style selection (concise, bullet points, detailed, etc.)
- Optional indexing to vector knowledge base
- Real-time processing status
- Tabbed results view (summary, full content, transcript)
- Stats dashboard showing processing metrics

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 22:04:17 -08:00
.env.example Initial docling-service: document extraction for AI stack 2025-11-26 20:47:42 -08:00
.gitignore Initial docling-service: document extraction for AI stack 2025-11-26 20:47:42 -08:00
Dockerfile Fix: use libgl1 instead of deprecated libgl1-mesa-glx 2025-11-26 21:14:38 -08:00
client.py Initial docling-service: document extraction for AI stack 2025-11-26 20:47:42 -08:00
docker-compose.yml Initial docling-service: document extraction for AI stack 2025-11-26 20:47:42 -08:00
requirements.txt Initial docling-service: document extraction for AI stack 2025-11-26 20:47:42 -08:00
server.py Add web UI for document extraction, summarization, and indexing 2025-11-26 22:04:17 -08:00