- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成

Marketplace 用户指南
设置
概述
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.
要生成订阅密钥并使其他活动能够成功向表单识别器 API 操作发送请求,您必须完成以下先决条件和步骤:
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).
当表单识别器资源完成部署时:
-
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.
-
备注:
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).
创建容器后:
-
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.
要获取容器 URI,请执行以下操作:
-
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.
-
单击“创建”。
-
备注:
the URI value.

4. 构建项目
- 创建一个新的自动化项目。
-
Open UiPath Studio.
-
Under New Project, click Process (this opens a New Blank Process window).
-
Enter a project Name, Location, and Description.
-
单击“创建”。

-
- 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.

-
操作完毕!
现在,您已完成设置,可以开始将 Azure 表单识别器活动添加到项目中。
后续步骤
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.
