automation-suite
2023.10
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

EKS/AKS 上的 Automation Suite 安装指南

上次更新日期 2025年8月25日

启用或禁用中文、日语、韩语 OCR

如果要在离线环境中使用中文、日语、韩语 OCR端点,则需要安装离线捆绑包。安装捆绑包后,必须启用 OCR。 有关如何安装离线捆绑包的更多信息,请查看 《Document Understanding 用户指南》 中的“ML 包离线安装” 页面。

备注:
  • 在 Document Understanding 中使用中文、日语、韩语 OCR时,请确保您使用 OCR 的公共端点和 Document Understanding API 密钥配置活动。
  • 仅 Automation Suite 中部署的 Document Understanding 支持中文、日语、韩语 OCR。连接到外部 Orchestrator 的 AI Center 中部署的 Document Understanding 不提供此支持。
您可以通过两种方式启用中文、日语、韩语 OCR
  • 使用 ArgoCD。
  • 使用cluster_config.json文件。
    注意:从 Automation Suite 版本 2023.4.11 开始,您只能使用cluster_config.json启用中文、日语、韩语 OCR

使用 ArgoCD

  1. 打开 ArgoCD。
  2. 打开 Document Understanding 框架。
  3. 选择“参数” 选项卡。
  4. 导航到 du-cjk-ocr.enabled
  5. 选择“编辑” ,然后将值设置为TRUE
  6. 选择“保存”
注意:Automation Suite 安装中的中文、日语、韩语 OCR 端点构造为 {Cluster_FQDN}/du_/cjk-ocr/

使用 cluster_config.json 文件

注意:此过程仅从 Automation Suite 版本 2023.4.11 开始可用。 对于 2023.4.11 之前的版本,只能使用 ArgoCD 启用中文、日语、韩语 OCR。
  1. 安装或升级 Automation Suite 后,请配置input.json文件。
  2. input.json文件中添加中文、日语、韩语 OCR 的字符串。
  3. 如果尚未配置documentunderstanding对象,则可以使用以下代码来添加它:
    "documentunderstanding": {
        "enabled": true,
        "cjkOcr": {
          "enabled": true,
        }
      },"documentunderstanding": {
        "enabled": true,
        "cjkOcr": {
          "enabled": true,
        }
      },
    注意:如果已配置documentunderstanding对象,则仅复制cjkOcr属性,而无需更改任何其他属性。
  4. 使用以下命令再次执行 Automation Suite 安装程序:
    uipathctl manifest apply input.json --versions versions.jsonuipathctl manifest apply input.json --versions versions.json
  5. 转到 ArgoCD 面板的“Document Understanding”部分中,检查是否显示中文、日语、韩语 OCR。
  • 使用 ArgoCD
  • 使用 cluster_config.json 文件

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。