From 4e4ca4e6fb7a8d0ee31ecdff753aaa7db33505bf Mon Sep 17 00:00:00 2001 From: KennyZhang1 <90438893+KennyZhang1@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:21:35 -0500 Subject: [PATCH] include reference to doc intel setup docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8f9246..76a4d3f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ You can also pipe content: cat path-to-file.pdf | markitdown ``` +More information about how to set up an Azure Document Intelligence Resource can be found [here](https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/how-to-guides/create-document-intelligence-resource?view=doc-intel-4.0.0) + ### Python API Basic usage in Python: