From 6673144d23c1161753799474d6ae4c03cb0452e6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:46:13 -0700 Subject: [PATCH] Docs --- docs/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index bd03c9a51..846bbcce6 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1084,7 +1084,8 @@ Paperless-ngx supports performing OCR on documents using remote services. At the [Microsoft's Azure "Document Intelligence" service](https://azure.microsoft.com/en-us/products/ai-services/ai-document-intelligence). This is of course a paid service (with a free tier) which requires an Azure account and subscription. Azure AI is not affiliated with Paperless-ngx in any way. When enabled, Paperless-ngx will automatically send appropriate documents to Azure for OCR processing, bypassing -the local OCR engine. See the [configuration](configuration.md#PAPERLESS_REMOTE_OCR_ENGINE) options for more details. +the local OCR engine. See the [configuration](configuration.md#PAPERLESS_REMOTE_OCR_ENGINE) options for more details. These +settings can be supplied as environment variables or via **Application Configuration**. Additionally, when using a commercial service with this feature, consider both potential costs as well as any associated file size or page limitations (e.g. with a free tier).