UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de integraciones clásicas

Leer texto manuscrito

UiPath.MicrosoftVision.Activities.ReadHandwrittenText

La actividad Leer texto escrito a mano utiliza la API de Microsoft Vision para identificar y leer texto escrito a mano dentro de la imagen.

Cómo funciona

Los siguientes pasos son un ejemplo de cómo funciona la actividad desde el momento de diseño (es decir, las dependencias de la actividad y las propiedades de entrada / salida) hasta el tiempo de ejecución.

  1. Añade la actividad Ámbito de Microsoft Vision a tu proyecto.
  2. Add the Read Handwritten Text activity inside the Microsoft Vision Scope activity.
  3. Crea e introduce variables para las propiedades de entrada .
  4. Crea e introduce variables para la propiedad Salida .

Propiedades

Común

  • Continue On Error - This field only supports boolean values (True, False). The default value in this field is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
  • DisplayName - The display name of the activity. This field supports only Strings or String variables.

Entrada

  • Image Path - The path to a local image to be analyzed. This field supports only Strings or String variables. If Image URL is provided, this field is ignored.
  • Image URL - The URL of an image to be analyzed. This field supports only Strings or String variables. If Image Path is provided, this field is ignored.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • Result - The generated lines of text. Enter a Textline[] variable. Textline has two properties: Text, Position.
  • Text - A string which contains all the text identified within the specified image. This field supports only String variables.
  • Cómo funciona
  • Propiedades
  • Común
  • Entrada
  • Otros
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado