Skip to content

Commit 7a636f6

Browse files
committed
address warnings
1 parent 2471cd9 commit 7a636f6

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

articles/applied-ai-services/form-recognizer/compose-custom-models-preview.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The [**REST API**](./quickstarts/try-v3-rest-api.md#manage-custom-models), will
205205

206206
The [compose model API](https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v3-0-preview-2/operations/ComposeDocumentModel) accepts a list of models to be composed.
207207

208-
:::image type="content" source="media/compose/model-request-body.png" alt-text="Screenshot of compose model request.":::
208+
:::image type="content" source="media/compose-model-request-body.png" alt-text="Screenshot of compose model request.":::
209209

210210
#### Analyze documents
211211

@@ -253,10 +253,31 @@ You can manage your custom models throughout their lifecycle by viewing a list o
253253

254254
|Programming language| Code sample |
255255
|--|--|
256-
|**C#** | [Analyze a document with a custom/composed model](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample_AnalyzeWithCustomModel.md)
257-
|**Java** | [Custom model management operations](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ManageCustomModels.java)
258-
)
259-
|**JavaScript** | [Get model types and schema](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/formrecognizer/ai-form-recognizer/samples/v4-beta/javascript/getModel.js)
260-
|**Python** | [Manage models](https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-formrecognizer_3.2.0b3/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/sample_manage_models.py)
256+
|**C#** | [Analyze a document with a custom/composed model](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample_AnalyzeWithCustomModel.md)|
257+
|**Java** | [Custom model management operations](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/src/samples/java/com/azure/ai/formrecognizer/administration/ManageCustomModels.java)|
258+
|**JavaScript** | [Get model types and schema](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/formrecognizer/ai-form-recognizer/samples/v4-beta/javascript/getModel.js)|
259+
|**Python** | [Manage models](https://github.com/Azure/azure-sdk-for-python/blob/azure-ai-formrecognizer_3.2.0b3/sdk/formrecognizer/azure-ai-formrecognizer/samples/v3.2-beta/sample_manage_models.py)|
261260

262261
---
262+
263+
## Next steps
264+
265+
Try one of our quickstarts to get started using Form Recognizer preview
266+
267+
> [!div class="nextstepaction"]
268+
> [Form Recognizer Studio](quickstarts/try-v3-form-recognizer-studio.md)
269+
270+
> [!div class="nextstepaction"]
271+
> [REST API](/quickstarts/try-v3-rest-api.md)
272+
273+
> [!div class="nextstepaction"]
274+
> [C#](quickstarts/try-v3-csharp-sdk.md)
275+
276+
> [!div class="nextstepaction"]
277+
> [Java](quickstarts/try-v3-java-sdk.md)
278+
279+
> [!div class="nextstepaction"]
280+
> [JavaScript](quickstarts/try-v3-javascript-sdk.md)
281+
282+
> [!div class="nextstepaction"]
283+
> [Python](quickstarts/try-v3-python-sdk.md)

0 commit comments

Comments
 (0)