- 概述
- Document Understanding 流程
- 快速入门教程
- 框架组件
- ML 包
- 管道
- Document Manager
- OCR 服务
- 部署在 Automation Suite 中的 Document Understanding
- 在 AI Center 独立版中部署的 Document Understanding
- 深度学习
- 许可
- 参考
- UiPath.Abbyy.Activities
- UiPath.AbbyyEmbedded.Activities
- UiPath.DocumentUnderstanding.ML.Activities
- UiPath.DocumentUnderstanding.OCR.LocalServer.Activities
- UiPath.Intelligent OCR.Activities
- UiPath.OCR.Activities
- UiPath.OCR.Contracts
- UiPath.DocumentProcessing.Contracts
- UiPath.OmniPage.Activities
- UiPath.PDF.Activities
如果您使用的是 Intel Xe GPU 且分类站点未正确显示,我们建议将图形驱动程序更新到最新版本。有关详细信息,请访问此页面。
分类站点向导既可作为独立工具使用,也可与 Orchestrator/Automation Cloud Orchestrator/Action Center 集成。
The Classification Station can be used either as an attended activity with the Present Classification Station or as a type of action in Action Center with the Create Document Classification Action, Wait for Document Classification Action and Resume.
文档分类要求
需要提供特定的输入,以便分类站点可以正常运行。要将分类站点配置为有人值守的活动,至少需要以下输入:
- Provide a Taxonomy needed for processing the document. It can be created directly in the workflow by using the Taxonomy Manager wizard, and it can be loaded using theLoad Taxonomy activity. It should be provided as a
DocumentTaxonomyvariable. - 提供要验证的文件的文档路径。
- 为文件提供文档对象模型,您可以将其作为“数字化文档”活动的输出来获取。
- 提供文件的文档文本,您可以将其作为同一“数字化文档”活动的输出来获取。
- Provide the Automatic Classification Results which represents the data automatically extracted by the robot, that now needs human classification. This is the output of the Classify Document Scope activity. If no automatic classification results are passed to Classification Station, then the Classification Station will open for fully manual processing.
将分类站点作为有人值守的活动
您可以在工作流的任何位置使用“显示分类站点”活动。
只有当需要处理的文件在执行流程的计算机本地可用时,有人值守的活动才会起作用。
在运行时,系统将打开一个窗口,其中显示“分类站点”,用户可以进行任何交互。
Action Center 中的分类站点
通过在 On-Prem Orchestrator 或其 Automation Cloud Orchestrator 副本中创建可在 Action Center 中添加文档分类操作的编排流程来提高生产力。此操作可减少您在本地存储文档、在每个人工操作的计算机上安装一个机器人或让机器人等待人类用户完成分类的需求。
This approach requires you to have your robot connected to your Orchestrator and to build a project of type Orchestration Process in UiPath Studio. You can publish your project to Orchestrator once it is ready. Here you can find more details about this process.
在使用 UiPath Orchestrator 运行项目时,您需要使用“创建文档分类操作”和“等待文档分类操作并继续”活动,原因在于您可以通过这种方式在执行自动操作的无人值守机器人与可以从 Action Center(内部部署或云端)接收操作的知识工人之间建立联系。
在这种情况下,UiPath Orchestrator 的 Action Center 中会直接显示分类站点的用户界面,但其功能与作为有人值守的活动运行时相同。
了解详情
单击此 链接 ,了解有关 分类站点向导 的更多信息。