UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

启用或禁用扩展语言 OCR

在 Automation Suite 中为 Document Understanding 启用或禁用扩展语言 OCR。

备注:

为确保您符合在 Automation Suite 中使用扩展语言 OCR 的条件,请联系您的客户经理,了解所需的承诺。

重要提示:

要使用扩展语言 OCR,您需要配置有效的许可证。许可证是 UiPath™ 通过电子邮件提供的 Base64 字符串文件。要获取许可证,请在 Document Understanding > 扩展语言 OCR 许可证请求下提交支持工单。要访问扩展语言 OCR,您需接受以下附加条款和条件:

  • 严格禁止用户将许可证重新分发给其他组织。 此许可证专门用于作为 UiPath Automation Suite 一部分的扩展语言 OCR,并且仅由其所提供到的实体使用。
  • 用户有义务每季度提交使用情况报告,截止日期为每年的 3 月 31 日、6 月 30 日、9 月 30 日和 12 月 31 日。可以通过导航到uipath-as-platform存储容器并将文件夹路径aistorage/org-00000000-0000-0000-0000-000000000001/tenant-00000000-0000-0000-0000-000000000001压缩到 zip 文件来生成这些报告。然后,将此 zip 文件发送到与许可证文件一起提供的 UiPath 电子邮件地址。如果您使用的是集群内对象存储,请参阅如何使用集群内对象存储 (Ceph) 收集 DU 使用情况数据以检索使用情况报告。

不遵守这些条件将导致无法续订扩展 OCR 许可证。

许可证文件将在 12 个月后过期,因此需要每 12 个月续订一次许可证。 有一个月的宽限期,之后容器将停止处理请求。

收到许可证字符串后,请继续执行此过程中的步骤。

  1. 安装或升级 Automation Suite 后,配置cluster_config.json文件。

    提示:

    您可以在以下位置找到该文件: /opt/UiPathAutomationSuite/cluster_config.json

  2. cluster_config.json文件中添加扩展语言 OCR 的字符串。

    当通过电子邮件接收许可证时,请使用任何文本编辑器打开许可证文件,然后复制并粘贴在documentunderstanding对象的license属性中找到的字符串。

    备注:

    在转到步骤 3 之前,请确保文件的内容为 Base64 格式。如果不是,请在转到下一步之前将内容转换为 Base64 格式。

  3. 如果尚未配置documentunderstanding对象,请使用以下配置进行添加:

    "documentunderstanding": {
        "enabled": true,
        "extendedOcr": {
          "enabled": true,
          "license": "<base64 encoded license string goes here>"
        }
      },
    "documentunderstanding": {
        "enabled": true,
        "extendedOcr": {
          "enabled": true,
          "license": "<base64 encoded license string goes here>"
        }
      },
    
    备注:

    如果已配置documentunderstanding对象,则仅复制许可证文件中的extendedOcr属性,而无需更改任何其他属性。

  4. 使用以下命令再次执行 Automation Suite 安装程序:

    ./bin/uipathctl manifest apply /opt/UiPathAutomationSuite/cluster_config.json --versions versions/helm-charts.json
    ./bin/uipathctl manifest apply /opt/UiPathAutomationSuite/cluster_config.json --versions versions/helm-charts.json
    
  5. 转到 ArgoCD 面板的“Document Understanding”部分中,检查是否显示扩展语言 OCR。

您可以使用以下端点访问扩展语言 OCR{FQDN}/<organization_id>/<tenant_id>/du_/extended-ocr

报告文件

用户有义务每季度提交使用情况报告,截止日期为每年的 3 月 31 日、6 月 30 日、9 月 30 日和 12 月 31 日。

可以通过导航到uipath-as-platform存储容器并将文件夹路径aistorage/org-00000000-0000-0000-0000-000000000001/tenant-00000000-0000-0000-0000-000000000001压缩为 zip 文件来生成这些报告。然后,会将此 zip 文件发送到许可证文件一起提供的 UiPath 电子邮件地址。

备注:

报告文件不包含任何特定于文档的信息。

有关报告文件所包含内容的详细信息,请参阅以下示例文件:

{
  "year": 2024,
  "month": 10,
  "report": {
    "type": "UsageResponse",
    "meters": [
      {
        "name": "<container name>",
        "quantity": 12.0
      }
    ],
    "apiType": "<api type>",
    "serviceName": "<service name>"
  }
}
{
  "year": 2024,
  "month": 10,
  "report": {
    "type": "UsageResponse",
    "meters": [
      {
        "name": "<container name>",
        "quantity": 12.0
      }
    ],
    "apiType": "<api type>",
    "serviceName": "<service name>"
  }
}
  • 报告文件

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新