Skip to content

Commit 3ab815f

Browse files
authored
Broken link fixed
1 parent 24f2937 commit 3ab815f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/applied-ai-services/form-recognizer/label-tool.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Once you've defined your table tag, tag the cell values.
255255

256256
Choose the Train icon on the left pane to open the Training page. Then select the **Train** button to begin training the model. Once the training process completes, you'll see the following information:
257257

258-
* **Model ID** - The ID of the model that was created and trained. Each training call creates a new model with its own ID. Copy this string to a secure location; you'll need it if you want to do prediction calls through the [REST API](./quickstarts/try-sdk-rest-api.md?pivots=programming-language-rest-api&tabs=preview%2cv2-1) or [client library guide](./quickstarts/try-sdk-rest-api.md).
258+
* **Model ID** - The ID of the model that was created and trained. Each training call creates a new model with its own ID. Copy this string to a secure location; you'll need it if you want to do prediction calls through the [REST API](/azure/applied-ai-services/form-recognizer/how-to-guides/v2-1-sdk-rest-api?pivots=programming-language-rest-api&tabs=preview%2cv2-1) or [client library guide](/azure/applied-ai-services/form-recognizer/how-to-guides/v2-1-sdk-rest-api).
259259
* **Average Accuracy** - The model's average accuracy. You can improve model accuracy by adding and labeling more forms, then retraining to create a new model. We recommend starting by labeling five forms and adding more forms as needed.
260260
* The list of tags, and the estimated accuracy per tag.
261261

@@ -315,4 +315,4 @@ In this quickstart, you've learned how to use the Form Recognizer Sample Labelin
315315
> [Train with labels using Python](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/python/FormRecognizer/rest/python-labeled-data.md)
316316

317317
* [What is Form Recognizer?](overview.md)
318-
* [Form Recognizer quickstart](./quickstarts/try-sdk-rest-api.md)
318+
* [Form Recognizer quickstart](/azure/applied-ai-services/form-recognizer/how-to-guides/v2-1-sdk-rest-api)

0 commit comments

Comments
 (0)