marketplace
latest
false
- 发行说明
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Marketplace 用户指南
上次更新日期 2026年4月1日
分类文档
UiPath.Ephesoft.Activities.ClassifyDocument
提交可能为多页的文档以进行 OCR 和分类。 由于此文件可能包含多种不同类型的文档(例如发票、合同和副本),因此系统将返回所有组成文档类型的列表以及它们可能包含的字段。
属性
常见
- DisplayName (
String) - The display name of the activity.
输入
- BatchClass (
String) - The target bucket, predefined on the Transact server, which contains a group of related documents and their constituent fields. - FilePath (
String) - The full path of the file to be uploaded. Supports only strings and String variables.
其他
- Private (
Boolean) - If selected, the values of variables and arguments are no longer logged at Verbose level.
输出
- Documents (
EphesoftDocument[ ]) - An array of documents identified within the uploaded batch.
自定义类
Effesoft 文档
- Confidence (
Single) - A Lucene score for confidence of the classification. This should be over the Confidence Threshold. - Confidence Threshold (
Single) - The value above which the classification can be trusted. - DataTables (
DataTable) - Any table expected to be found in the document, if one exists. - Fields (
EphesoftField[ ]) - A list of fields expected to be found in the document. - Identifier (
Single) - A unique value identifying this document. - isConfident (
Boolean) - Whether or not the Confidence exceeds the Confidence Threshold. - Type (
String) - The type of document identified.
Effesoft 字段
- Confidence (
Single) - A Lucene score for confidence of the extracted field. - IsConfident (
Boolean) - Whether or not the Confidence exceeds a given threshold. - Name (
String) - The name of the field. - OCRConfidence (
Single) - Confidence that the OCR engine extracted correctly. - OCRConfidenceThreshold (
Single) - The value above which the extracted field can be trusted. - Type (
String) - The type of the field. - Value (
String) - The value read from the targeted field.