fix: adjust formatting in documentation for clarity on self-hosting requirements

This commit is contained in:
alam00000
2026-03-14 16:06:29 +05:30
parent 77da6d7a7d
commit f2aabab68a

View File

@@ -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.
---