document-understanding
2024.10
true
UiPath logo, featuring letters U and I in white

Guide de l'utilisateur de Document Understanding

Automation CloudAutomation Cloud Public SectorAutomation SuiteStandalone
Dernière mise à jour 18 déc. 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:v24.10-10.3-rc02docker pull registry.uipath.com/aicenter/du-doc-ocr:v24.10-10.3-rc02

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:v24.10-10.3-rc02 registory.mycompany.com/aicenter/du-doc-ocr:v23.10.0docker tag registry.uipath.com/aicenter/du-doc-ocr:v24.10-10.3-rc02 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:v24.10.0docker push registory.mycompany.com/aicenter/du-doc-ocr:v24.10.0

Images pour chaque bundle Document Understanding

2024.10.1

Bundle Document Understanding

Image

UiPath Document OCRaicenter/du-doc-ocr:v24.10-11.21-rc12
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v24.10-11.21-rc12
Extended Languages OCR

du/du-extended-ocr-proxy:v24.10-12.03-rc04

du/uipath-ocr-extended:v24.10-12.03-rc04

du/du-extended-ocr-reporting:v24.10-12.03-rc04

Classifieur de documentsaicenter/du-ml-document-type-text-classifier:v24.10-11.21-rc12

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

aicenter/du-semistructured:v24.10-11.21-rc12

2024.10.0

Bundle Document Understanding

Image

UiPath Document OCRaicenter/du-doc-ocr:v24.10-10.03-rc02
UiPathDocumentOCR_CPUaicenter/du-doc-ocr-cpu:v24.10-10.03-rc02
Extended Languages OCR

du/du-extended-ocr-proxy:v24.10-10.26-rc01

du/uipath-ocr-extended:v24.10-10.26-rc01

du/du-extended-ocr-reporting:v24.10-10.26-rc01

Classifieur de documentsaicenter/du-ml-document-type-text-classifier:v24.10-10.03-rc02

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

aicenter/du-semistructured:v24.10-10.17-rc02

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.