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.
UiPath logo, featuring letters U and I in white

Actividades de Document Understanding

Última actualización 22 de abr. de 2026

Acerca del paquete de actividades Document Understanding

The UiPath.DocumentUnderstanding.Activities package enables the usage of a complete document processing framework, from taxonomy definition, digitization, document classification, data extraction, and data validation.

Nota:

The namespace of UiPath.DocumentUnderstanding.Activities is UiPath.IntelligentOCR.StudioWeb.Activities.

Limitación conocida

Si utilizas actividades de tipo "Esperar" que suspenden los flujos de trabajo y trabajas con variables DataTable , es crucial que las variables DataTable sean serializables. Por ejemplo, si una variable DataTable se inicializa con new System.Data.DataTable, entonces se vuelve no serializable, y esto puede hacer que la ejecución de tu proyecto falle. Para evitarlo, puedes: dejar vacío el valor predeterminado de la variable DataTable , o asignar un nombre a la variable DataTable , como: new System.Data.DataTable("MyTable").

Compatibilidad de paquetes de actividades

UiPath.IntelligentOCR.Activities and UiPath.DocumentUnderstanding.Activities should not be used together in the same project. The UiPath.IntelligentOCR.Activities package should be used for Windows (or Windows-Legacy) workflows, while the UiPath.DocumentUnderstanding.Activities package should be used for Windows and Cross-platform workflows.

Nota:

Before using the Monitor feature, take into consideration the following:

  • Only UiPath.DocumentUnderstanding.Activities v 2.7.0 or newer versions support Monitor;
  • Only IntelligentOCR.Activities v6.20 or newer versions include the Document Understanding Project Extractor activity which supports Monitor
  • Limitación conocida
  • Compatibilidad de paquetes de actividades

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado