marketplace
latest
false
Wichtig :
Dieser Inhalt wurde maschinell übersetzt. 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

Marketplace-Benutzerhandbuch

Letzte Aktualisierung 30. März 2026

Analysieren Sie ein mehrseitiges Dokument

The Analyze Multipage Document activity uses the Amazon Textract StartDocumentAnalysis and GetDocumentAnalysis APIs to analyze a multi-page document stored in an S3 bucket (Bucket, DocumentName, and Version). If your document includes a table, you have the option to indicate if the first row contains column headers (DiscoverColumnHeaders) and/or ignore empty rows (IgnoreEmptyRows).

After analyzing the document, the activity returns the document properties in a PageDetailCollection object (Pages) that you can use as input variables in other activities outside of the Amazon Textract Activities Package.

The Analyze Multipage Document activity is essentially a combination of the Start Document Analysis, Get Document Analysis Status, and Get Document Analysis activities in a single activity.

Wichtig:

In previous versions of this activity, the (Pages) output parameter returned a PageDetail[] object. In 2.0 this has been changed to a PageDetailCollection to allow us to return the RawJson property for the method call, which was not possible with an array.

Wie es funktioniert

The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.

  1. Schließen Sie die Einrichtungsschritte ab.
  2. Add the Amazon Scope activity to your project.
  3. Add the Analyze Single Page Document inside the Amazon Scope activity.
  4. Enter values for the S3 Storage input properties.
  5. Create and enter a PageDetailCollection variable for your Output property.
  6. Führen Sie die Aktivität aus.
    • Your input properties are sent to the AnalyzeDocument API.

    • Die API gibt den Wert PageDetail an Ihre Ausgabeeigenschaftsvariable zurück.

      Analyze Multipage Document message sequence diagram

Eigenschaften

Die Werte für die folgenden Eigenschaften werden beim Hinzufügen dieser Aktivität zu Ihrem Projekt in UiPath Studio angegeben.

Analyze Multipage Document properties panel in UiPath Studio

Allgemein

DisplayName

Der Anzeigename der Aktivität.

AttributeDetails
TypString
ErforderlichJa
StandardwertAnalyze Multipage Document
Zulässige WerteGeben Sie eine String oder String -Variable ein.
HinweiseKeine Angabe

Eingabe

Unlike the Get Document Analysis Status, which requires an external delay mechanism to poll the service for status changes, the Analyze Multipage Document includes the following, optional input properties to set an initial status check delay (InitialDelay) and status check interval (StatusCheckInterval).

InitialDelay

Die zu wartende Zeit, bevor die Aktivität die Amazon Textract GetDocumentAnalysis-API aufruft, um den JobStatus-Wert abzurufen.

AttributeDetails
TypInt32 (Millisekunden)
ErforderlichNein
Standardwert15000 (not shown)
Zulässige WerteGeben Sie eine Int32 oder Int32 -Variable ein.
HinweiseEnter your value in milliseconds (e.g., 30000 for 30 seconds); your value must be greater or equal to 15000. When analyzing a large document, it's recommended that you enter the estimated time it takes for the Amazon Textract service to complete its analysis. For example, if your document takes up to 2 minutes to analyze, you should enter 120000 as your value and use the StatusCheckInterval property to indicate how often you want to check for an updated status if the job doesn't complete within the 2-minute estimate.
StatusCheckInterval

Die Zeitspanne, die zwischen Aufrufen der Amazon Textract GetDocumentAnalysis-API zum Abrufen des JobStatus-Werts gewartet werden soll.

AttributeDetails
TypInt32 (Millisekunden)
ErforderlichNein
Standardwert10000 (not shown)
Zulässige WerteGeben Sie eine Int32 oder Int32 -Variable ein.
HinweiseEnter your value in milliseconds (e.g., 15000 for 30 seconds); your value must be greater or equal to 10000. The objective of this property is to help manage the number of calls that your activity makes to the Amazon Textract API.

Optionen

Analysetyp

Gibt die auszuführenden Analysetypen an. Verwenden Sie Tabellen, um Informationen über die Tabellen zurückzugeben, die im Eingabedokument erkannt werden, und Formulare, um erkannte Formulardaten zurückzugeben.

AttributeDetails
TypENUM
ErforderlichNein.
StandardwertAlle
Zulässige WerteAlle, Tabellen, Formulare
HinweiseKeine Angabe
DiscoverColumnHeaders

Gibt an, ob die Tabellen im Dokument Spaltenüberschriften enthalten.

AttributeDetails
TypKontrollkästchen
ErforderlichNein
Standardwertnicht ausgewählt
Zulässige WerteAusgewählt oder nicht ausgewählt
HinweiseKeine Angabe
LeereZeilenIgnorieren

Gibt an, ob leere Zeilen in den Dokumenttabellen bei der Analyse des Dokuments ignoriert werden sollen.

AttributeDetails
TypKontrollkästchen
ErforderlichNein
Standardwertnicht ausgewählt
Zulässige WerteAusgewählt oder nicht ausgewählt
HinweiseKeine Angabe

S3-Speicher

Bucket

Der Name des S3-Buckets, in dem das Dokument gespeichert ist.

AttributeDetails
TypString
ErforderlichJa
StandardwertLeer
Zulässige WerteGeben Sie eine String oder String -Variable ein.
HinweiseThe AWS Region for the S3 bucket that contains the document must match the Region that you selected in the Amazon Scope activity. For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket; for more information, see step 6 in the Create IAM User section of the Setup guide.
Dokumentname

The case-sensitive name of the file in the specified Bucket that you want to analyze.

AttributeDetails
TypString
ErforderlichJa
StandardwertLeer
Zulässige WerteGeben Sie eine String oder String -Variable ein.
HinweiseUnterstützte Dokumentformate: PNG, JPEG und PDF.
Version

Wenn für das Bucket die Versionierung aktiviert ist, können Sie die Objektversion angeben.

AttributeDetails
TypString
ErforderlichNein
StandardwertLeer
Zulässige WerteGeben Sie eine String oder String -Variable ein.
HinweiseKeine Angabe

Sonstiges

Private

Falls ausgewählt werden die Werte von Variablen und Argumenten nicht mehr auf ausführlicher Ebene protokolliert.

AttributeDetails
TypKontrollkästchen
ErforderlichNein
Standardwertnicht ausgewählt
Zulässige WerteAusgewählt oder nicht ausgewählt
HinweiseKeine Angabe

Ausgabe

Seiten

Die aus dem angegebenen Dokument extrahierten Eigenschaften, die als Array zurückgegeben werden.

AttributeDetails
TypPageDetailCollection
ErforderlichNein (empfohlen, wenn Sie die Ausgabedaten in nachfolgenden Aktivitäten verwenden möchten)
StandardwertLeer
Zulässige WerteGeben Sie eine PageDetailCollection -Variable ein
HinweiseEach object from the array represents the results for one individual page. This is a change from previous versions which returned a PageDetail[] object. See Page Detail for the description of the PageDetail object and its properties.

Beispiel

Die folgende Abbildung zeigt ein Beispiel für die Aktivitätsabhängigkeitsbeziehung und Eingabe-/Ausgabe-Eigenschaftswerte.

For step-by-step instructions and examples, see the Quickstart guides.

Analyze Multipage Document activity dependency and input/output property values

Analyze Multipage Document output example in UiPath Studio

  • Wie es funktioniert
  • Eigenschaften
  • Allgemein
  • Eingabe
  • Optionen
  • S3-Speicher
  • Sonstiges
  • Ausgabe
  • Beispiel

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