document-understanding
2022.4
true
- 概述
- 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
Document Understanding 用户指南
Last updated 2024年10月24日
关于管道
Document Understanding ML 包可以运行所有三种类型的管道:
完成后,管道运行将具有关联的输出和日志。要查看此信息,请在左侧边栏的“管道”选项卡中单击一个管道以打开“管道视图”,该视图包含以下内容:
- 管道详细信息,例如类型、ML 包名称和版本、数据集、GPU 使用情况、参数和执行时间
- “输出”窗格;这始终包括一个
_results.json
文件,其中包含管道详细信息的摘要 - “日志”页面;也可以在左侧边栏的“ML 日志”选项卡中获取日志
训练管道或完整管道也可用于:
培训:
从头开始训练模型,即使用 AI Center 中的 DocumentUnderstanding ML 包。
重新训练:
使用预训练的基本模型进行训练,即使用 AI Center 中的其他文档提取 ML 包,例如发票、收据、采购订单等。
自动重新训练:
这是在 AI Center 中创建管道时可以设置的环境变量的名称,该变量使管道能够自动使用最近导出的数据集进行训练。此变量与该数据集是否包含来自验证站点的数据无关。
微调:
使用包含来自验证站点的数据的数据集训练或重新训练模型。
自动微调:
使用“自动重新训练环境变量”功能,使用 Document Manager 的“计划导出”功能,使用从验证站点输入的数据自动训练模型。