document-understanding
2024.10
false
Guide de l'utilisateur de Document Understanding
Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Last updated 11 nov. 2024

Installation hors ligne des paquets ML

Démarrage

Download the needed Document Understanding bundle. Here are the links for all the available bundles. The Document Understanding bundle contains information about all models included into a specific version. For example, the dusemistructured-2024.10.0.tar.gz contains information about all out-of-the-box pre-trained ML Packages included in the 2023.4.0 version.

Installer le bundle hors ligne

Les installations hors ligne nécessitent que le bundle DU téléchargé soit renommé dans la ligne de commande en du-ondemand.tar.gz. Par exemple, si vous avez téléchargé le bundle DU nommé dusemistructured-2024.10.0.tar.gz, vous devez le renommer du-ondemand.tar.gz au moment de l’installation.
  1. Pour les machines Windows, téléchargez directement via le lien du bundle et renommez le fichier en du-ondemand.tar.gz
  2. Pour les machines Linux, à partir de la machine ayant accès à Internet, téléchargez le bundle nécessaire en suivant la commande ci-dessous :

    wget -O ~/<bundle-name.tar.gz> 'bundle-link'wget -O ~/<bundle-name.tar.gz> 'bundle-link'

    Voici un exemple de téléchargement du bundle nécessaire pour Linux :

    wget -O ~/du-ondemand.tar.gz 'https://download.uipath.com/automation-suite/2024.10.0/dusemistructured-2024.10.0.tar.gz'wget -O ~/du-ondemand.tar.gz 'https://download.uipath.com/automation-suite/2024.10.0/dusemistructured-2024.10.0.tar.gz'
  3. Copiez le bundle suivant dans le dossier /uipath/tmp sur la machine principale du cluster (où l'installation a eu lieu) :
    scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/scp ~/<bundle-name.tar.gz> <username>@<node dns>:/uipath/tmp/
  4. Connectez-vous à la machine principale et chargez le bundle :

    ./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz" --offline-tmp-folder "/uipath/tmp"./configureUiPathAS.sh registry upload --optional-offline-bundle "/uipath/tmp/du.tar.gz" --offline-tmp-folder "/uipath/tmp"

Importer le modèle dans AI Center

Après avoir téléchargé et installé les modèles, suivez les étapes décrites ici pour les télécharger vers AI Center.

Extracteur de formulaires intelligents et classifieur de mots clés intelligents

Accédez à l’extracteur de formulaires et au Classifieur de mots clés intelligents via l’URL publique suivante :

  • <FQDN>/du_/svc/formextractor
  • <FQDN>/du_/svc/intelligentkeywords
Remarque : Lorsque vous utilisez une URL publique, remplacez l'espace réservé <FQDN> par les informations d'environnement réelles. Par exemple, <FQDN>/du_/svc/formextractordevient https://servicefabricserver.domain.com/du_/svc/formextractorlorsqu'il est utilisé dans un workflow.

Télécharger le bundle Document Understanding™ vers un registre Docker externe

Suivez ces étapes pour télécharger un bundle Document Understanding dans votre registre Docker externe :

  • Pull the desired DU image from the UiPath® registry hosted on registry.uipath.com
  • Renommez l'hôte de l'image selon votre nom de registre Docker.
  • Transmettez l'image vers le registre docker externe

Extraire les images Document Understanding souhaitées

Pull the images from UiPath® registry by running these commands:
docker pull <uipath_registry_server>/<image_name>docker pull <uipath_registry_server>/<image_name>

Voici un exemple d'extraction de l'image du bundle UiPathDocumentOCR à partir d'un registre appelé registry.uipath.com :

docker pull registry.uipath.com/aicenter/du-doc-ocr:v23.10.0docker pull registry.uipath.com/aicenter/du-doc-ocr:v23.10.0

Renommer l'hôte de l'image

Renommez l'hôte de l'image en exécutant la commande suivante :

docker tag <uipath_registry_server>/<image_name> <your_registry_server>/<image_name>docker tag <uipath_registry_server>/<image_name> <your_registry_server>/<image_name>

Voici un exemple de renommage de l'image du bundle UiPathDocumentOCR d'un registre appelé registry.uipath.com vers un registre appelé registory.mycompany.com :

docker tag registry.uipath.com/aicenter/du-doc-ocr:v23.4.0-rc70 registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0docker tag registry.uipath.com/aicenter/du-doc-ocr:v23.4.0-rc70 registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0

Transmettez l'image vers le registre docker externe

Transmettez l'image à votre registre docker externe en exécutant la commande suivante :

docker push <your_registry_server>/<image_name>docker push <your_registry_server>/<image_name>

Voici un exemple de transmission de l'image du bundle UiPathDocumentOCR vers un registre docker externe :

docker push registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0docker push registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0

Images pour chaque bundle Document Understanding

Bundle Document Understanding

Image

UiPath Document OCRaicenter/du-doc-ocr:v23.10.0
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v23.10.0
OCR for Chinese, Japanese, Koreandu/du-cjk-ocr-proxy:v23.10.0
Classifieur de documentsaicenter/du-ml-document-type-text-classifier:v23.10.0

Out-of-the-box Pre-trained ML Packages

aicenter/du-semistructured:v23.10.0

Dulv4

aicenter/python37duv4:23.10.0

Dulv3

aicenter/python37duv3:23.10.0

Dulv2

aicenter/python37duv2:23.10.0

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo White
Confiance et sécurité
© 2005-2024 UiPath Tous droits réservés.