You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace AzureFormRecognizer with AzureAIDocIntel in settings (#1007)
### Motivation and Context
After an upgrade in libraries, the settings no longer match the code for
OCR.
### Description
Replace AzureFormRecognizer with AzureAIDocIntel in settings
Copy file name to clipboardexpand all lines: webapi/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ The following material is under development and may not be complete or accurate.
26
26
-**Tesseract** we have included the [Tesseract](https://www.nuget.org/packages/Tesseract) nuget package.
27
27
- You will need to obtain one or more [tessdata language data files](https://github.com/tesseract-ocr/tessdata) such as `eng.traineddata` and add them to your `./data` directory or the location specified in the `SemanticMemory:Services:Tesseract:FilePath` location in `./appsettings.json`.
28
28
- Set the `Copy to Output Directory` value to `Copy if newer`.
29
-
-**Azure Form Recognizer** we have included the [Azure.AI.FormRecognizer](https://www.nuget.org/packages/Azure.AI.FormRecognizer) nuget package.
30
-
- You will need to obtain an [Azure Form Recognizer](https://azure.microsoft.com/en-us/services/form-recognizer/) resource and add the `SemanticMemory:Services:AzureFormRecognizer:Endpoint` and `SemanticMemory:Services:AzureFormRecognizer:Key` values to the `./appsettings.json` file.
29
+
-**Azure AI Doc Intel** we have included the [Azure.AI.FormRecognizer](https://www.nuget.org/packages/Azure.AI.FormRecognizer) nuget package.
30
+
- You will need to obtain an [Azure AI Doc Intel](https://azure.microsoft.com/en-us/products/ai-services/ai-document-intelligence) resource and add the `SemanticMemory:Services:AzureAIDocIntel:Endpoint` and `SemanticMemory:Services:AzureAIDocIntel:Key` values to the `./appsettings.json` file.
0 commit comments