From 2557ee2014a9b4401eaad93db33e0cfa70377d14 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 9 Jul 2025 09:53:30 -0700 Subject: [PATCH] Update docs to mention remote OCR with Azure AI --- docs/index.md | 3 ++- docs/usage.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index b86112ed6..490b0a2f6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,8 @@ physical documents into a searchable online archive so you can keep, well, _less - **Organize and index** your scanned documents with tags, correspondents, types, and more. - _Your_ data is stored locally on _your_ server and is never transmitted or shared in any way. - Performs **OCR** on your documents, adding searchable and selectable text, even to documents scanned with only images. -- Utilizes the open-source Tesseract engine to recognize more than 100 languages. + - Utilizes the open-source Tesseract engine to recognize more than 100 languages. + - _New!_ Supports remote OCR with Azure AI (opt-in). - Documents are saved as PDF/A format which is designed for long term storage, alongside the unaltered originals. - Uses machine-learning to automatically add tags, correspondents and document types to your documents. - Supports PDF documents, images, plain text files, Office documents (Word, Excel, Powerpoint, and LibreOffice equivalents)[^1] and more. diff --git a/docs/usage.md b/docs/usage.md index d0675f236..5c377a466 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -841,7 +841,7 @@ how regularly you intend to scan documents and use paperless. performed the task associated with the document, move it to the inbox. -## Remove OCR +## Remote OCR !!! important