Skip to content

Commit 8f8b2b4

Browse files
committed
add link to actual project; standardize links
1 parent df605c1 commit 8f8b2b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/search/cognitive-search-custom-skill-form.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You'll need to train a Form Recognizer model with your input forms before you us
3030

3131
## Set up the custom skill
3232

33-
Clone the [Azure Search Power Skills](https://github.com/Azure-Samples/azure-search-power-skills) GitHub repository to 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.
3434

3535
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:
3636
* `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
160160

161161
In this guide, you created a custom skill from the Azure Form Recognizer service. To learn more about custom skills, see the following resources.
162162

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)
164164
* [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)
166-
* [Create Skillset (REST)](https://docs.microsoft.com/rest/api/*earchservice/create-skillset)
167-
* [How to map enriched fields](cognitive-search-output-field-mapping.md)
165+
* [Define a skillset](cognitive-search-defining-skillset.md)
166+
* [Create a skillset (REST)](https://docs.microsoft.com/rest/api/*earchservice/create-skillset)
167+
* [Map enriched fields](cognitive-search-output-field-mapping.md)

0 commit comments

Comments
 (0)