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
Copy file name to clipboardExpand all lines: articles/search/cognitive-search-custom-skill-form.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ You'll need to train a Form Recognizer model with your input forms before you us
30
30
31
31
## Set up the custom skill
32
32
33
-
Clone the [AzureSearch Power Skills](https://github.com/Azure-Samples/azure-search-power-skills) GitHub repositoryto your local machine. Then navigate to **Vision/AnalyzeForm/**and open _AnalyzeForm.csproj_ in Visual Studio. This project creates an Azure Function resource that fulfills the [custom skill interface](cognitive-search-custom-skill-interface.md) and can be used for Azure Cognitive Search enrichment. It takes form documents as inputs, and it outputs (as text) the key/value pairs that you specify.
33
+
This tutorial uses the [AnalyzeForm](https://github.com/Azure-Samples/azure-search-power-skills/tree/master/Vision/AnalyzeForm) project in the [Azure Search Power Skills](https://github.com/Azure-Samples/azure-search-power-skills) GitHub repository. Clone this repository to your local machine and navigate to **Vision/AnalyzeForm/**to access the project. Then open _AnalyzeForm.csproj_ in Visual Studio. This project creates an Azure Function resource that fulfills the [custom skill interface](cognitive-search-custom-skill-interface.md) and can be used for Azure Cognitive Search enrichment. It takes form documents as inputs, and it outputs (as text) the key/value pairs that you specify.
34
34
35
35
First, add project-level environment variables. Locate the **AnalyzeForm** project on the left pane, right-click it and select **Properties**. In the **Properties** window, click the **Debug** tab and then find the **Environment variables** field. Click **Add** to add the following variables:
36
36
*`FORMS_RECOGNIZER_ENDPOINT_URL` with the value set to your endpoint URL.
@@ -160,8 +160,8 @@ To use this skill in a Cognitive Search pipeline, you'll need to add a skill def
160
160
161
161
In this guide, you created a custom skill from the Azure Form Recognizer service. To learn more about custom skills, see the following resources.
162
162
163
-
*[Power Skills: a repository of custom skills](https://github.com/*zure-Samples/azure-search-power-skills)
163
+
*[Azure Search Power Skills: a repository of custom skills](https://github.com/*zure-Samples/azure-search-power-skills)
164
164
*[Add a custom skill to an AI enrichment pipeline](cognitive-search-custom-skill-interface.md)
165
-
*[How to define a skillset](cognitive-search-defining-skillset.md)
0 commit comments