From ff7010bd6b85643e3b3383a23874c3907fb68405 Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Sun, 5 Apr 2026 10:45:17 +0200 Subject: [PATCH] Add missing features to docs index (chunking, feature flags, rate limiting, deployment modes) --- docs/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 883052f..5b37014 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,11 +11,16 @@ Upload a PDF, configure the extraction pipeline, and visualize the results — t ## Features - **PDF viewer** with page navigation, bounding box overlay, and resizable results panel -- **Configurable Docling pipeline** — OCR, table extraction, code/formula enrichment, picture classification & description +- **Configurable Docling pipeline** — OCR, table extraction, code/formula enrichment, picture classification & description, image generation - **Bounding box visualization** — color-coded element overlay directly on the PDF +- **Chunking** — split extracted content into semantic chunks (hierarchical, hybrid, or page-based) with configurable token limits - **Markdown & HTML export** of extracted content - **Document management** — upload, list, delete - **Analysis history** — re-visit and open past analyses +- **Feature flags** — capabilities adapt to the conversion engine (local vs remote) +- **Rate limiting** — 60 requests per minute per IP to protect the backend +- **Deployment modes** — self-hosted (default) or HuggingFace Spaces (with disclaimer banner) +- **Health endpoint** — `/api/health` reports engine type, deployment mode, and database status - **Dark / Light theme** and **FR / EN** localization ## Tech Stack