UiPath Documentation
marketplace
latest
false
Important :
Ce contenu a été traduit à l'aide d'une traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Guide de l'utilisateur Marketplace

Dernière mise à jour 1 avr. 2026

Single-Page Extraction

UiPath.Ephesoft.Activities.SinglePageExtraction

Soumet un fichier monopage pour le traitement rapide d'OCR, la classification et l'extraction des champs.

Propriétés

Commun

  • DisplayName (String) - The display name of the activity.

Entrée

  • BatchClass (String) - The target bucket, predefined on the Transact server, which contains a group of related documents and their constituent fields.
  • FilePath (String) - The full path of the file to be uploaded. Supports only strings and String variables.

Divers

  • Private (Boolean) - If selected, the values of variables and arguments are no longer logged at Verbose level.

Sortie

  • Confidence (Single) - The Lucene score for confidence.

    Remarque :

    Lucene scores are not necessarily on a 0-100 scale. Each extracted value contains a Confidence Score and a Confidence Threshold to which it can be compared.

    You can read more about them here.

  • Fields (EphesoftField[ ]) - A collection of labelled fields found within the uploaded document.

Classes personnalisées (Custom Classes)

EphesoftDocument

  • Confidence (Single) - A Lucene score for confidence of the classification. This should be over the Confidence Threshold.
  • Confidence Threshold (Single) - The value above which the classification can be trusted.
  • DataTables (DataTable) - Any table expected to be found in the document, if one exists.
  • Fields (EphesoftField[ ]) - A list of fields expected to be found in the document.
  • Identifier (Single) - A unique value identifying this document.
  • isConfident (Boolean) - Whether or not the Confidence exceeds the Confidence Threshold.
  • Type (String) - The type of document identified.

EphesoftField

  • Confidence (Single) - A Lucene score for confidence of the extracted field.
  • IsConfident (Boolean) - Whether or not the Confidence exceeds a given threshold.
  • Name (String) - The name of the field.
  • OCRConfidence (Single) - Confidence that the OCR engine extracted correctly.
  • OCRConfidenceThreshold (Single) - The value above which the extracted field can be trusted.
  • Type (String) - The type of the field.
  • Value (String) - The value read from the targeted field.
  • Propriétés
  • Commun
  • Entrée
  • Divers
  • Sortie
  • Classes personnalisées (Custom Classes)
  • EphesoftDocument
  • EphesoftField

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

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour