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

Última actualización 20 de may. de 2026

Leer texto

UiPath.MicrosoftVision.Activities.ReadText

La actividad Leer texto utiliza la API de Microsoft Vision para leer el texto de la imagen especificada y proporciona información sobre el posicionamiento del texto 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 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.

Opciones

  • Auto Detect Language - If selected, the engine auto-detects the language. Enabling this has the same effect as specifying the Language as Unk.
  • Detect Orientation - If checked, the engine will try to detect and correct orientation. Enter a Boolean or Boolean variable.
  • Language - The language of the text in the picture. For a list of supported items please visit the Microsoft documentation

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
  • Opciones
  • 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