diff --git a/docs/index.md b/docs/index.md index c3630e1..248d1eb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,8 +3,8 @@ layout: home hero: - name: "BentoPDF" - text: "Free, Open-Source PDF Tools" + name: 'BentoPDF' + text: 'Free, Open-Source PDF Tools' tagline: Process PDFs entirely in your browser. No uploads. No servers. Complete privacy. actions: - theme: brand @@ -30,13 +30,13 @@ features: - icon: 🛠️ title: 50+ Tools details: Convert, edit, merge, split, compress, sign, OCR, and more. Everything you need in one place. + - icon: 🌐 title: Self-Hostable details: Deploy on your own infrastructure. Docker, Vercel, Netlify, AWS, or fully air-gapped environments with self-hosted OCR workers, language data, and text-layer fonts. +--- ## Offline OCR If you self-host BentoPDF in an air-gapped or offline environment, OCR needs more than the Tesseract worker and traineddata files. Searchable PDF output also needs the OCR text-layer fonts to be served internally. - See [Self-Hosting](/self-hosting/) for the full setup, including `VITE_OCR_FONT_BASE_URL`, the bundled `ocr-fonts/` directory, and the updated air-gap workflow. ----