UiPath Documentation
activities
latest
false

Actividades de Document Understanding

Última actualización 5 de may. de 2026

UiPath Screen OCR

UiPath.OCR.Activities.UiPathScreenOCR

Descripción

Extracts a string and associated information about the textual content of images. The UiPath Screen OCR activity is optimized for usage on screen images. The activity can be used in any UI Automation scenario in which an OCR engine is needed.

Nota:

UiPath Screen OCR está disponible como servicio en la nube, así como como parte de Linux Computer Vision en las instalaciones.

Lista compatible de caracteres

The UiPath Screen OCR activity only supports the following list of characters:

! \ " # ¥ £ $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ \ ] _ a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~

Compatibilidad de proyectos

Windows-Legacy | Windows

Configuración

Panel de propiedades

Común

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Entrada

  • Imagen: la imagen que desea procesar. Este campo solo admite variables Image.

Inicio de sesión

  • ApiKey - The API key used to provide you access to the UiPath Screen OCR (not required for the Preview period).
  • Punto final : el punto final para UiPath Screen OCR. El valor predeterminado de la configuración del proyecto es https://ocr.uipath.com.
  • Timeout (milliseconds) - Specifies the amount of time (in milliseconds) to wait for a response from the server before an error is thrown. The default value is 100000 milliseconds (100 seconds).

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
  • UseLocalServer - Determines if a local server should be used. This field only supports Boolean values (True, False). The default value is False.
    Importante:

    Para utilizar el modo de servidor local, debes instalar la versión 21.6 o posterior del paquete UiPath.ComputerVision.LocalServer .

  • UseSeparateOcrProcess : si se establece en true, se crean nuevos procesos de OCR en función del programador configurado. El parámetro se ignora si se utiliza el servidor local y se utilizarán los procesos.

Salida

  • Result - Provides the extracted words along with their on-screen position. This field supports only KeyValuePair<Rectangle,String> variables.
  • Text - Provides the extracted text. This field supports only String variables.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado