UiPath Documentation
activities
latest
false
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Document Understanding-Aktivitäten

Letzte Aktualisierung 22. Apr. 2026

Versionshinweise

3.1.0 - preview

Release-Datum: 1. April 2026

Verbesserungen

Verbesserte Telemetrie und Verbrauchsverfolgung

Document Understanding activities now include improved telemetry and consumption tracking capabilities.

3.0.0 – Vorschau

Release-Datum: 25. Februar 2026

Durchschlagende Änderungen

  • Die Unterstützung für Windows-Legacy-Projekte wurde entfernt. Ab dieser Version ist das Paket nur mit Windows-Projekten kompatibel.
  • Starting with this version, upgrading the package requires verifying that any downstream processing using the output of the Extract Document Data activity is still functioning correctly. The structure of the data returned by IXP projects has changed significantly. Therefore, it is strongly recommended to validate that any post-processing logic remains compatible. What has changed:
    • Results are now reported as Field Groups instead of Tables.
    • Die Werte spiegeln nun korrekt den in Ihrem IXP-Projekt für unstrukturierte Dokumente definierten Feldtyp wider.
    • Monetary Quantity is now returned as a dedicated field type.
    • Document Validation tasks automatically display results as Field Groups instead of Tables.
    • Data manipulation logic must be updated to handle Field Group values accordingly.

Neuigkeiten

To provide extraction capabilities tailored to a specific non-Latin document layout, you can now use a dedicated modern project type called Predefined Non-Latin Languages in the Extract Document Data activity. This project type offers the following extractors:

  • Invoices Japan – Recommended for Japanse invoice documents. The extractor can handle common Japanese invoice layouts, and can identify and extract key invoice fields such as supplier information, invoice number, and currency.
  • Invoices China - Recommended for Chinese invoice documents. The extractor can handle common Chinese invoice layouts, and can identify and extract key invoice fields such as supplier information, invoice number, and currency.
  • Receipts Japan - Recommended for Japanese receipt documents. You can use the extractor to identify and extract fields such as merchant name, transaction date, total amount, tax, and currency from Japanese-language receipts.

For more information visit Extract Document Data.

2.17.4

Release-Datum: 16. März 2026

Fehlerbehebungen

Fixed an issue where the Classify Document and Extract Document Data activities returned a resource not found error after migrating a DU project. Even when you configured the activities to use a tag, they internally used version numbers to locate classifiers and extractors. Because version numbers reset during migration, the activities could not find the correct resources. The activities now use the configured tag to locate resources. As part of this fix, the ProjectVersionName property is no longer visible in Studio for these activities.

Bekanntes Problem

After upgrading to UiPath.DocumentUnderstanding.Activities version 2.17.0 or 2.17.4, if Generate Data Type is enabled in Studio Desktop, the Extract Document Data activity may throw the following error: <type> is ambiguous in the namespace <namespace>.

Dieses Problem wird in einer zukünftigen Version von Studio Desktop behoben.

2.17.0

Release-Datum: 28. Oktober 2025

Neuigkeiten

Neuanordnen von Seiten innerhalb eines Dokuments während der Klassifizierung

For greater flexibility, you can now reorder pages within a document, when using the Classification Station. To enable this feature, use the EnablePageReordering property, available in the Create Classification Validation Task and Create Classification Validation Task and Wait activities.

Kompakter Modus der Validation Station

Validation Station can now be used with a new face: the Compact Display Mode. This provides more space for fields, easier highlighting for the fields that require attention, a centralized business checks section, and a host of other validator-centric features. To enable the Compact Mode, go to the Create Validation Task or Create Validation Task and Wait activities, and set the DisplayMode input argument to Compact.

Fehlerbehebungen

  • Es wurde ein Problem behoben, bei dem die Auswahl eines Assets in der Aktivität Extract Document Data zu einem Entwurfszeitfehler führte
  • Es wurde eine Reihe von Problemen im Zusammenhang mit der Verarbeitung von Dateien über die Classification Station und nachfolgenden Datenextraktionsvorgängen für Unterdokumente behoben.

Bekanntes Problem

After upgrading to UiPath.DocumentUnderstanding.Activities version 2.17.0 or 2.17.4, if Generate Data Type is enabled in Studio Desktop, the Extract Document Data activity may throw the following error: <type> is ambiguous in the namespace <namespace>.

Dieses Problem wird in einer zukünftigen Version von Studio Desktop behoben.

Erratum April 16, 2026: Due to a mishap on our side, this known issue was not made available on the original announcement day.

2.16.1

Release-Datum: 11. September 2025

Fehlerbehebungen

Es wurde ein Fehler behoben, der dazu führte, dass einige Aktionen im Action Center ungültig wurden. Dieses Problem ist nur aufgetreten, wenn die Aktivität Extract Document Data entweder mit dem generativen Extraktor oder mit einer externen Anwendung konfiguriert wurde.

2.16.0

Release-Datum: 11. September 2025

Fehlerbehebungen

Wir haben ein Problem behoben, bei dem Studio mandantenbezogene Fehler beim Konfigurieren von Aktivitäten in modernen Document Understanding-Projekten mit externen Anwendungskonfigurationen anzeigte.

Bekannte Probleme (Known Issues)

Actions in Action Center become invalid when the Extract Document Data activity is configured with either the Generative Extractor or an external application. This issue was fixed in version 2.16.1.

v2.14.0

Release-Datum: 16. April 2025

Extrahieren von Dokumentdaten nach dem klassifizierten Dokumenttyp: Verwenden eines Extraktors basierend auf dem Ergebnis des Klassifizierungsvorgangs

In your classic and modern projects you can now use the output of the Classify Document activity within the Extract Document Data activity. This allows you to automatically select the appropriate extractor for processing by identifying the extractor that can process the documents of the type provided for DocumentData.DataType. In the list of extractors, choose Use Classification Result for the suggested extractor. Visit Extract Document Data for more information about using classification results to select an extractor.

Neuigkeiten

Verbesserte Extraktionsfunktionen mit neuen Extraktoren

To provide extraction capabilities tailored to a category of documents, you can now use a dedicated modern project type called Generative Predefined. This project type offers the following extractors:

  • Long Documents Simple Layout – This is the existent Generative Extractor.
  • Long Documents Complex Layout (Preview) – Optimized for long form documents that include images, handwriting, form elements or other complex layouts, such as floating callout boxes. Examples of documents that are suitable for this extractor: insurance policies, or other similar long form documents with complex layouts.
  • Short Document Complex Layout (Preview) – Optimized for short documents that include images, handwriting, form elements or other complex layouts like floating callout boxes. For example: identity cards, or healthcare intake forms with complex layouts.

For more information visit Extract Document Data.

Verwenden von Tags und Versionen zum Verweisen auf moderne Document Understanding-Projekte

To consume a snapshot of a model, activities and APIs now allow you to consume certain versions of your projects during classification and extraction. The Tag and Version properties provide granular control for consuming a version of a published model. For more information about consuming versions with DocumentUnderstanding.Activities, visit Classify Document and Extract Document Data. For information about exposing the version in your project, visit Document Details. For information on the newly available APIs for consuming tags and versions, visit Discovery APIs and Digitization APIs.

Unterstützung für Aktivitäten aus einem lokalen Setup

You can now use the Classify Document and Extract Document Data activities even if the robot is connected to a local Orchestrator. At design-time, you can use Document Understanding resources from different organizations or tenants. Similarly, at runtime, you can execute these activities while connected to a local Orchestrator in Studio.

The new Design-time external connection and Runtime external connection properties allow you to directly use external application credentials, or credentials stored in Orchestrator, to access Document Understanding resources during design-time or runtime.

Hinweis:

Ensure your selected tenant has Document Understanding enabled. If you create a runtime external connection, then make sure that you also allocate AI Units to the selected tenant.

Verbesserungen

  • For the Generative Predefined project, the existent Generative Extractor is now called Long Document Simple Layout Extractor.
  • When selecting an extractor for the Generative project types, the former Prompt collection in the Classify Document and Extract Document Data activities, has been renamed to Document Type details, which describes the purpose of the collection more accurately.
    • Inside the updated Document Type details collection, the former Generative prompt column is now Instruction. The Instruction field represents the instructions you want to offer about the information that should be extracted for a certain field name.For more information about the updates, check the Classify Document and Extract Document Data activities.
  • Der Digitalisierungsteil Ihrer Workflows zur Dokumentverarbeitung kann jetzt Daten von Dokumenten erkennen und zurückgeben, die Werte enthalten, die eingekreist, unterstrichen oder durchgestrichen sind.

v2.12.1

Release-Datum: 19. November 2024

Fehlerbehebungen

Ein Klassifizierungs- und Extraktionsprozess mit langer Ausführungszeit ist aufgrund eines Standard-Timeouts fehlgeschlagen. Wir berücksichtigen jetzt die Summe aller in den Aktivitäten festgelegten Timeouts als globales Timeout für alle Vorgänge im Hintergrund. Außerdem haben wir die Fehlermeldung verbessert, um die Ursache des Fehlers in dieser speziellen Situation besser zu verdeutlichen.

v2.4.5

Release-Datum: 21. Oktober 2024

Fehlerbehebungen

This version resolves the Unknown sections in the AI Units consumption overview dashboard that were caused by missing data.

v2.9.6

Release-Datum: 14. Oktober 2024

Fehlerbehebungen

This version resolves the Unknown sections in the AI Units consumption overview dashboard that were caused by missing data.

v2.12.0

Release-Datum: 3. Oktober 2024

Neuigkeiten

Deaktivieren Sie die Generierung von Dokumentdaten bei Bedarf, um mehr Flexibilität in erweiterten Implementierungen zu erhalten.

You can now change the output type of the Extract Document Data activity using the new Generate Data Type property. When you set this property to False, the output type changes from IDocumentData<ExtractorType> to IDocumentData<DictionaryData>. Setting Generate Data Type to Flase simplifies retrieving and changing field values, and allows you to change the document type in the Validation Station.

Visit the Extract Document Data and Document data pages to check how to use the Generate Data Type property and what methods you can use to access the extraction results.

Verbesserungen

You can now set the Orchestrator storage bucket to work with Additional options for the Create Classification Validation Task and Create Classification Validation Task and Wait activities. If there is no specific storage bucket created, you can create a default one.

Fehlerbehebungen

  • Der Studio Web-Workflow auf einem Mac-Roboter ist mit folgender Ausnahme fehlgeschlagen: „Datei oder Assembly ‚UiPath.DocumentUnderstanding.Common.SDK‘ konnte nicht geladen werden“.
  • Die Aktivitäten, die für das Erstellen von Action Center-Aufgaben verantwortlich sind, stürzten ab, wenn bestimmte Zahlen oder Datumsangaben in einem Dokument manuell korrigiert wurden.
  • Es wurde ein Fehler behoben, der in Studio Web beim Fortsetzen eines Workflows auftrat. Zuvor trat dieser Fehler nach der ersten Validierung einer Dokumentklassifizierung auf, bei der Dateien von Microsoft OneDrive abgerufen und im Action Center validiert wurden.

v2.2.6

Release-Datum: 3. Oktober 2024

Wir haben die Produktstabilität verbessert, indem wir unsere allgemeinen Abhängigkeiten auf die neuesten Versionen aktualisiert haben. Dieses Upgrade erfolgt automatisch und erfordert keine Aktion Ihrerseits.

v2.9.5

Release-Datum: 31. Juli 2024

Fehlerbehebungen

When attempting to load a document attached to an entity in UiPath® Apps, workflows in Studio Web that use the Extract Document Data activity no longer result in a "System.InvalidOperationException" error.

v2.9.4

Release-Datum: 12. Juli 2024

Fehlerbehebungen

Es wurde ein Problem behoben, das dazu führte, dass die Dokumentklassifizierung mit dem Fehler „Es wurde ein ungültiger Anforderungs-URI bereitgestellt“ fehlschlug.

v2.9.3

Release-Datum: 20. Juni 2024

Fehlerbehebungen

Die Aktivitäten, die für das Erstellen von Action Center-Aufgaben verantwortlich sind, stürzten ab, wenn bestimmte Zahlen oder Datumsangaben in einem Dokument manuell korrigiert wurden.

v2.4.3

Release-Datum: 5. Juni 2024

Wir haben die Produktstabilität verbessert, indem wir unsere allgemeinen Abhängigkeiten auf die neuesten Versionen aktualisiert haben. Dieses Upgrade erfolgt automatisch und erfordert keine Aktion Ihrerseits.

v2.9.2

Release-Datum: 5. Juni 2024

Wir haben die Produktstabilität verbessert, indem wir bestimmte Abhängigkeiten überarbeitet haben.

v2.9.1

Release-Datum: 27. Mai 2024

Verbesserungen

  • Erhöhung der Eingabeaufforderungsgröße von 500 auf 1000 Zeichen pro Frage, um mehr Klarheit in Ihren Anweisungen zu geben. Wenn Sie außerdem das Größenlimit für Eingabeaufforderungen von 1000 Zeichen pro Frage erreichen, wird der Fehler „Grenzwert überschritten‟ angezeigt.
  • Die Fehlermeldungen für die Aktivität „Extract Document Data“ wurden verbessert, um mehr Klarheit zu geben und das Debuggen zu vereinfachen.

Fehlerbehebungen

  • The document type remained as Unknown in the Validation Station after using the Generative Extractor and Generative Classifier activities, or after manually assigning the document type.

v2.9.0

Release-Datum: 29. April 2024

Diese Versionshinweise enthalten alle Aktualisierungen, die zwischen November 2023 und März 2024 vorgenommen wurden.

Hinweis:

In case of upgrading from version earlier than v.2.4.1, make sure to reopen the workflow after upgrading the UiPath.DocumentUnderstanding.Activities package.

Neuigkeiten

Verbesserung der Extraktionskonfidenz für „Extract Document Data“.

We've improved our Extract Document Data activity to increase score accuracy and decrease validation time. This enhancement the Auto-validation and Confidence threshold properties, enabling the cross-verification of extraction results from specific models against a generative model.

Visit Extract Document Data to learn how to increase your extraction confidence levels.

Klassifizierungsvalidierungsaufgaben

Wir freuen uns, Ihnen mitteilen zu können, dass die folgenden Aktivitäten jetzt verfügbar sind:

Verbesserungen

  • You can now set the Orchestrator storage bucket to work with Additional options for the Create Validation Task and Wait and Create Validation Task activities. If there is no specific storage bucket created, you can create a default one.
  • The optional Timeout property is now available for the Extract Document Data and Classify Document activities. This parameter configures a timeout for the activities.
  • The selected extractor in the Extract Document Data activity now overrides the document type. Doesn't apply to generative models.
  • In case of multi-value fields, all values are returned under Document Data for the Extract Document Data activity. The values are available in DocumentData.Data.FieldName.MultiValues[].
  • This release brings the following updates to the Document Data object:
    • The Name property from the Document Type attribute is replaced with the following:
      • DisplayName for custom models
      • ID for out-of-the-box models
    • Es werden zwei neue Eigenschaften hinzugefügt, die aus dem Ergebnis des Document Understanding-Frameworks aufgefüllt werden:
      • ID
      • DisplayName

Bekannte Einschränkungen

Die vorhandenen Document Understanding Insights-Dashboards, die sich derzeit in der Vorschau befinden, zeigen keine Daten mehr aus dem plattformübergreifenden DocumentUnderstanding.Activities-Paket an. Sie melden jetzt nur noch Daten aus IntelligentOCR.Activities-Workflows.

Daten aus dem plattformübergreifenden DocumentUnderstanding.Activities werden jetzt in einem separaten, neuen Insights-Dashboard gemeldet.

Fehlerbehebungen

  • The ClassificationResults output property of the Create Classification Validation Task activity is renamed to DocumentData. CAUTION:
    Hinweis:

    Die Eigenschaft CreatedClassificationValidationTask.ClassificationResults ist nach dem Upgrade nicht verfügbar, wenn sie sich in Ihrem aktuellen Workflow befindet.

  • The output property ExtractionResults of the Create Validation Task activity is renamed to DocumentData. CAUTION:
    Hinweis:

    Wenn Ihr Workflow die Eigenschaft CreatedDocumentValidationTask.ExtractionResults verwendet, ist diese nach dem Upgrade nicht verfügbar.

  • Fixed an issue where the Wait for Validation Task and Resume activity didn't recognize numbers in the 3.1342,7 format, causing an "Input string was not in correct format" error. All number formats are now fully supported.

v2.4.2

Release-Datum: 10. April 2024

Fehlerbehebungen

Resolved an issue where the Extract Document Data activity opened with an error that could not be reviewed because the activity didn't expand.

v2.4.1

Release-Datum: 1. November 2023

Generative Funktionen – Allgemeine Verfügbarkeit

Wir freuen uns, Ihnen mitteilen zu können, dass die generativen Funktionen von UiPath.DocumentUnderstanding.Activities jetzt allgemein verfügbar sind. Dies umfasst Folgendes:

  • Aktivität „Classify Document“
  • Aktivität „Extract Document Data“

Neue Funktionen und Verbesserungen

Das UiPath.DocumentUnderstanding.Activities-Paket wird jetzt auf macOS-Systemen unterstützt.

A new property, Extracted fields validation confidence %, is added for the following activities:

  • Validierungsaufgabe erstellen und warten
  • Wait for Document Validation Task and Resume

v2.4.0

Release-Datum: 11. Oktober 2023

Document Understanding-Aktivitäten – Allgemeine Verfügbarkeit

Wir freuen uns, Ihnen mitteilen zu können, dass das Paket UiPath.DocumentUnderstanding.Activities jetzt allgemein verfügbar ist.

Hinweis:

Generative features are still in public preview.

v2.2.4

Release-Datum: 28. September 2023

Neue Funktionen und Verbesserungen

Das UiPath.DocumentUnderstanding.Activities-Paket wird jetzt auf macOS-Systemen unterstützt.

v2.2.3

Release-Datum: 11. Mai 2023

Fehlerkorrekturen (Bug Fixes)

  • Wir haben einen Fehler behoben, der dazu führte, dass die Aktivität „Extract Document Data“ nicht mehr geladen wurde, wenn eine Vorlage verwendet wurde.
  • We fixed a bug where ActionCatalog fields wouldn't work for Create Document Validation Action and Create Validation Task and Wait activities.
  • We fixed a bug that was causing an error when Classify Document activity was used in a workflow.

v2.2.2

Release-Datum: 11. Mai 2023

Fehlerkorrekturen (Bug Fixes)

Wir haben einen Fehler behoben, bei dem Benutzer einen Fehler erhielten, wenn sie versuchten, den Wert eines Felds zu verwenden, der mit der Aktivität Extract Document Data extrahiert wurde, und der Wert war nicht vorhanden.

Bekannte Probleme (Known Issues)

Das Paket UiPath.DocumentUnderstanding.Activities wird auf macOS-Systemen nicht unterstützt.

v2.2.1

Release-Datum: 5. Mai 2023

Neue Funktionen und Verbesserungen

The Extract PDF Text activity is the latest addition to the package, allowing you to extract all characters from a specified PDF file and store it in a string variable. When the Apply OCR option is enabled, it extracts the information using OCR, and when disabled it extracts the native content.

Bei zwei Aktivitäten wurden die Namen aktualisiert, und bei einer Aktivität wurden die Felder aktualisiert:

  • Create Document Validation Task became Create Validation Task.
  • Wait for Document Validation Task and Resume became Wait for Validation Task and Resume.
  • Set PDF Password now offers more detailed field names, such as:
    • Neues Kennwort zur Verwaltung
    • Neues Kennwort zum Öffnen
    • Aktuelles Kennwort zur Verwaltung
    • Aktuelles Kennwort zum Öffnen

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben