Skip to content

Commit 9442754

Browse files
committed
adjust for gate removal
1 parent 18d0408 commit 9442754

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ In this Azure Cognitive Search skillset example, you'll learn how to create a Fo
1818
## Prerequisites
1919

2020
- [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) (any edition).
21-
- Access to the Form Recognizer limited-access preview. To get access to the preview, fill out and submit the [Form Recognizer access request](https://aka.ms/FormRecognizerRequestAccess) form.
2221
- At least five forms of the same type. You can use sample data provided with this guide.
2322

2423
## Create a Form Recognizer resource
@@ -31,7 +30,7 @@ You'll need to train a Form Recognizer model with your input forms before you us
3130

3231
## Set up the custom skill
3332

34-
Clone the [Azure Search Power Skills](https://github.com/Azure-Samples/azure-search-power-skills) 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+
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.
3534

3635
Open _AnalyzeForm.cs_ and make the following changes.
3736
* Set the `formsRecognizerApiEndpoint` variable to your resource endpoint.

0 commit comments

Comments
 (0)