fix: adjust formatting in documentation for clarity on self-hosting requirements
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
layout: home
|
layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "BentoPDF"
|
name: 'BentoPDF'
|
||||||
text: "Free, Open-Source PDF Tools"
|
text: 'Free, Open-Source PDF Tools'
|
||||||
tagline: Process PDFs entirely in your browser. No uploads. No servers. Complete privacy.
|
tagline: Process PDFs entirely in your browser. No uploads. No servers. Complete privacy.
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
@@ -30,13 +30,13 @@ features:
|
|||||||
- icon: 🛠️
|
- icon: 🛠️
|
||||||
title: 50+ Tools
|
title: 50+ Tools
|
||||||
details: Convert, edit, merge, split, compress, sign, OCR, and more. Everything you need in one place.
|
details: Convert, edit, merge, split, compress, sign, OCR, and more. Everything you need in one place.
|
||||||
|
|
||||||
- icon: 🌐
|
- icon: 🌐
|
||||||
title: Self-Hostable
|
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.
|
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
|
## 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.
|
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.
|
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.
|
||||||
---
|
|
||||||
|
|||||||
Reference in New Issue
Block a user