document-understanding
2022.4
false
Document Understanding 用户指南
- 概述
- Document Understanding 流程
- 快速入门教程
- 框架组件
- 数据消耗概述
- 数据消耗相关活动
- ML 包
- 管道
- Data 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
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
什么是数据消耗
Once you validate the extracted data, you can use it as it is or export it as a DataSet variable using the Export Extraction Results activity.
以后可以将该变量保存为 DataTable 格式,以便将其导出到需要使用的任何环境中。
何时应使用数据消耗
例如,您可以轻松地将值转换为 Excel 文件,进一步处理队列中的数据,然后将数据输入到企业资源规划工具。
如何使用数据消耗组件
考虑到这一点,“导出提取结果”活动可用于:
-
“数据提取作用域” 的 自动提取结果输出 - 用于基于 RPA 的验证目的,这是访问所提取数据的绝佳选择。
备注:Make sure to set the IncludeConfidence flag to True.
-
Confirmed extraction results output of the Present Validation Station - for downstream usage purposes, this is a straightforward means of accessing the actual values extracted through the Document Understanding framework.