automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white
Guía de instalación de Automation Suite en Linux
Last updated 14 de nov. de 2024

Enabling or disabling Extended Languages OCR

Important: To use the Extended Languages OCR, you need to have a valid license configured. The license is a base64 string file provided by UiPath® over email. To obtain the license, file a support ticket under Document Understanding > Extended Languages OCR License Request.

Obtaining access to Extended Languages OCR involves acceptance of the following additional terms and conditions:

  • Redistribution of the license by the user to other organizations is strictly prohibited. This license is specifically intended for the use of the Extended Languages OCR as part of UiPath Automation Suite, and solely by the entity to which it is provided.
  • Users are obligated to submit usage reports every quarter, with deadlines on March 31st, June 30th, Sept 30th, and Dec 31st each year. These reports can be produced by navigating to the uipath-as-platform storage container and compressing the folder path aistorage/org-00000000-0000-0000-0000-000000000001/tenant-00000000-0000-0000-0000-000000000001 into a zip file. This zip file is then sent to a UiPath email address that will be provided with the license file.

Non-compliance with these conditions will result in the inability to renew Extended OCR licenses.

The license file expires after 12 months, so a license renewal is needed every 12 months. There is a one month grace period, after which the container will cease processing requests.

After receiving the license string, continue with the steps from this procedure.

  1. After installing or upgrading Automation Suite, configure the cluster_config.json file.
    Tip: You can find the file at the following location: /opt/UiPathAutomationSuite/cluster_config.json.
  2. Add the string for Extended Languages OCR in the cluster_config.json file.
    When receiving the license via email, open the license file with any text editor (for example, Notepad), and copy and paste the string you find inside the license property of the documentunderstanding object.
  3. If the documentunderstanding object is not yet configured, you can use the following code to add it:
    "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>"
        }
      },
    Note: If the documentunderstanding object is already configured, copy only the extendedOcr property from the license file without changing any other properties.
  4. Execute the Automation Suite installer again using the following command:
    ./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. Go to the ArgoCD panel, in the Document Understanding section and check if the Extended Languages OCR is displayed.


¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2024 UiPath. Todos los derechos reservados.