UiPath Documentation
marketplace
latest
false
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía del usuario de Marketplace

Última actualización 1 de abr. de 2026

Inicio rápido: entrenar y obtener el modelo

Información general

El propósito de esta guía es ayudarlo a crear una muestra de trabajo que use las siguientes actividades de Reconocedor de formularios de Azure:

Este ejemplo funcional te permite verificar rápidamente la conexión con tu recurso Reconocedor de formularios de Azure y familiarizarte con los tipos de datos de entrada y salida de la actividad.

Después de completar los pasos de esta guía, tendrá una secuencia de automatización que hará lo siguiente:

  1. Establishes a connection to your Azure Form Recognizer resource (Azure Form Recognizer Scope).

  2. Creates a new custom training model using the source form documents that you stored during Setup (Train Model).

  3. Retrieves and outputs the status of the train model operation (Do While, Get Model Info, and Write Line).

  4. Retrieves and outputs the keys extracted during the training model operation (Get Model Keys, For Each, and Write Line).

  5. Deletes the new custom training model that you created (Delete Model).

    docs image

Requisitos previos

Antes de comenzar:

  1. Complete the Azure Form Recognizer Setup guide.

Pasos

Construya su proyecto

  1. Add the Azure Form Recognizer Scope to your project.

  2. In the Subscription Key and Endpoint properties, enter the Key1 and Endpoint values that you noted when creating your Azure Form Recognizer resource.

  3. Add the Train Model activity inside the Azure Form Recognizer Scope activity.

  4. Enter the Azure Storage Blob Uri of the blob container that contains the source form documents you're using for your model.

  5. Create and enter a String variable in the Model Id property (e.g., modelId).

    docs image

  6. In the Model Id property, enter the String variable you created for the Train Model activity (e.g., modelId).

  7. Create and enter a KeysResult[] variable in the Keys poperty (e.g., keys).

  8. Add a For Each activity after the Get Model Info activity.

  9. In the TypeArgument property, select String.

  10. In the Values property, enter the KeysResult[] variable with an array item identifier and the Keys property (e.g., keys(0).Keys).

  11. Inside the For Each activity, add a Write Line activity.

    1. In the Text property, enter "Key: "+item.
  12. Add the Delete Model activity after the For Each activity.

  13. In the Model Id property, enter the String variable you created for the Train Model activity (e.g., modelId).

  14. Run the sequence and verify the Output window includes the expected values.

    docs image

¡Ya está!

To learn more about the Azure Form Recognizer activities (including example property inputs/outputs), see the Activities page for a complete list of activities and links to the detail pages.

  • Información general
  • Requisitos previos
  • Pasos
  • Construya su proyecto

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado