Skip to content

Commit 7b6ec2b

Browse files
committed
add tbd note
1 parent 9442754 commit 7b6ec2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ You'll need to train a Form Recognizer model with your input forms before you us
3232

3333
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.
3434

35+
<!-- TBD you don't change those variables, you add debug env variables to the project -->
36+
3537
Open _AnalyzeForm.cs_ and make the following changes.
3638
* Set the `formsRecognizerApiEndpoint` variable to your resource endpoint.
3739
* Set `formsRecognizerApiKeySetting` to your resource's key value.

0 commit comments

Comments
 (0)