- Versionshinweise
- Überblick
- Erste Schritte
- UiPath-Marktplatzanbieter
- Marketplace-Kunden
- Veröffentlichungsrichtlinien
- Veröffentlichungsrichtlinien für sofort einsatzbereite Automatisierungen
- Veröffentlichungsrichtlinien für Lösungsbeschleuniger
- Veröffentlichungsrichtlinien für Integration Service-Connectors
- Veröffentlichungsrichtlinien für Process Mining-App-Vorlagen
- Sicherheit und IP-Schutz
- Andere UiPath-Auflistungen
- Node-RED
- Einrichten
- Teams
- Microsoft Teams-Scope
- Erstellen Sie ein Team
- Erstellt ein Team aus der Gruppe
- Get Team
- Teams abrufen
- Kanäle
- Create Channel
- Kanal löschen
- Kanal abrufen
- Rufen Sie Kanäle ab
- Updatekanal
- Chats
- Get Chat
- Rufen Sie Chats ab
- Chatmitglieder abrufen
- Messages
- Get message
- Get Messages
- Rufen Sie Nachrichtenantworten ab
- Auf Nachricht antworten
- Send Message
- Events
- Termin erstellen
- Ereignis löschen
- Get Event
- Ereignisse abrufen
- Benutzer
- Rufen Sie die Benutzeranwesenheit ab
- Wie es funktioniert
- Technische Referenzen
- Erste Schritte
- Einrichten
- Technische Referenzen
- Schnellstarts
- Amazon-Scope
- Aktivitäten
- Analysieren Sie einseitiges Dokument
- Analysieren Sie ein mehrseitiges Dokument
- Dokumentanalyse starten
- Rufen Sie den Status der Dokumentanalyse ab
- Rufen Sie die Dokumentanalyse ab
- Das Objekt „Seitendetails“.
- Wie es funktioniert
- Technische Referenzen
- Erste Schritte
- Über
- Einrichten
- Technische Referenzen
- Azure Formularerkennungs-Scope
- Aktivitäten
- Formular analysieren
- Formular asynchron analysieren
- Formularergebnis der Analyse abrufen
- Beleg analysieren
- Beleg asynchron analysieren
- Rufen Sie das Analyseergebnis des Belegs ab
- Analysieren Sie das Layout
- Analysieren Sie das Layout asynchron
- Rufen Sie das Ergebnis der Analyselayouts ab
- Modell trainieren
- Modelle abrufen
- Modellschlüssel abrufen
- Modellinformationen abrufen
- Modell löschen
- Konnektoren
- So erstellen Sie Aktivitäten
- Ihre Integration entwickeln

Marketplace-Benutzerhandbuch
Einrichten
Überblick
To successfully establish a connection and send requests to the Form Recognizer API, the Azure Form Recognizer Scope activity must provide a subscription key that validates your subscription to the Azure Form Recognizer service.
Um einen Abonnementschlüssel zu generieren und den anderen Aktivitäten das erfolgreiche Senden von Anforderungen an die API-Vorgänge des Formularkenners zu ermöglichen, müssen Sie die folgenden Voraussetzungen und Schritte erfüllen:
1. Create a Form Recognizer Azure resource
Complete Microsoft's documented steps to create a Form Recognizer resource.
The Azure Form Recognizer service is available in a limited-access preview. Because of this, the process to create a resource may be different when compared to other Azure services (to learn more, see request access in the Microsoft documentation).
Wenn Ihre Formularerkenner-Ressource die Bereitstellung abgeschlossen hat:
-
Find and select it from the All resources list in the portal.
-
Click the Quick start tab under RESOURCE MANAGEMENT to view your subscription data.
-
Hinweis:
the values of Key1 and Endpoint (you'll enter these in the Azure Form Recognizer Scope activity).

2. Build and upload a training data set
Follow Microsoft's documented tips and input requirements to build a training data set for a custom model.
To build a training data set for our examples, we used the files in the Train folder of Microsoft's provided sample data set.
After building your training data set, follow Microsoft's documented steps to create a container (you may need to create a storage account first if you don't have one).
Nach dem Erstellen Ihres Containers:
-
Go to Storage Explorer in the Azure portal.
-
Under Subscriptions, find and select the storage account that you created your container in.
-
Under the account's Blob containers, select the container that you created.
-
Upload your training data set (e.g., 5 PDF invoices).

3. Get shared access signature
The Train Model activity requires a URI to the container that has your training data set.
So rufen Sie den Container-URI ab:
-
Go to Storage Explorer in the Azure portal.
-
Under Subscriptions, find and select the storage account that you created your container in.
-
Under the account's Blob containers, right-click the container that you created.
-
Click Get Shared Access Signature (this opens Shared Access Signature window).
-
Enter your Access policy,Start time,Expiry time,Time zone, and Permissions.
- At a minimum, select *Read
- and *List
- from the Permissions list.
-
Klicken Sie auf Erstellen (Create).
-
Hinweis:
the URI value.

4. Erstellen Sie Ihr Projekt
- Erstellen Sie ein neues Automatisierungsprojekt.
-
Open UiPath Studio.
-
Under New Project, click Process (this opens a New Blank Process window).
-
Enter a project Name, Location, and Description.
-
Klicken Sie auf Erstellen (Create).

-
- Install the UiPath.AzureFormRecognizer.Activities package.
- In the Design ribbon, click Manage Packages (this opens the Manage Packages window).
- Under All Packages, click Go.
- In the Search bar, enter Azure.
- Click, install and accept the license for the UiPath.AzureFormRecognizer.Activities.
-
For more information about Uipath Studio packages, see Managing Packages in the Studio Guide.

-
Alles erledigt!
Nachdem Sie die Einrichtung abgeschlossen haben, können Sie mit dem Hinzufügen der Azure Form Recognizer-Aktivitäten zu Ihrem Projekt beginnen.
Nächste Schritte
To learn more about the Azure Form Recognizer activities (including example property inputs/outputs), see the Activities page for a complete list of activities and links to the detail pages.
