document-understanding
2024.10
true
- Vue d'ensemble (Overview)
- Démarrage
- Créer des modèles
- Utiliser des modèles
- Détails du modèle
- Points de terminaison publics
- 1040 – Type de document
- 1040 Annexe C – Type de document
- 1040 Annexe D – Type de document
- 1040 Annexe E – Type de document
- 1040x – Type de document
- 3949a - Type de document
- 4506T – Type de document
- 709 – Type de document
- 941x – Type de document
- 9465 – Type de document
- ACORD125 – Type de document
- ACORD126 – Type de document
- ACORD131 – Type de document
- ACORD140 – Type de document
- ACORD25 – Type de document
- Relevés bancaires – Type de document
- Connaissements - Type de document
- Certificat d’incorporation – Type de document
- Certificat d’origine – Type de document
- Vérifications – Type de document
- Certificat de produit pour enfants - Type de document
- CMS 1500 – Type de document
- Déclaration de Conformité UE – Type de document
- Comptes annuels – Type de document
- FM1003 – Type de document
- I9 – Type de document
- Cartes d’identité – Type de document
- Factures – Type de document
- Factures2 : type de document
- Factures Australie – Type de document
- Factures Chine – Type de document
- Factures hébraïques – Type de document
- Factures Inde – Type de document
- Factures Japon – Type de document
- Envoi de factures – Type de document
- Liste de colisage – Type de document
- Bulletins de paie – Type de document
- Passeports – Type de document
- Bons de commande – Type de document
- Reçus – Type de document
- Reçus2 : type de document
- Reçus Japon – Type de document
- Avis de versement – Type de document
- UB04 – Type de document
- Déclaration de clôture de prêt hypothécaire aux États-Unis◊ : type de document
- Factures de services publics – Type de document
- Cartes grises – Type de document
- W2 – Type de document
- W9 – Type de document
- Langues prises en charge
- Tableaux de bord Insights.
- Logique d’attribution de licences et de charge
- Comment
- Résolution des problèmes
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Document Understanding Modern Projects User Guide
Dernière mise à jour 15 sept. 2025
Note: Receipts Japan is only available as a public
endpoint.
A receipt is a document acknowledging that a person has received money or property in payment following a sale or other transfer of goods or the provision of a service.
The Receipts Japan model can extract key data points from a variety of types such as regular cash register receipts, restaurant, train, car parking or rental, etc. The model can handle regular cash register receipts and handwritten receipts issued by a merchant.
The model automatically detects data such as:
- Name, Name Detail, Phone, Address
- Net 10 Amount, Net 8 Amount, Net 0 Amount
- Non-reduced Tax, Reduced Tax, Total
- Departure, Arrival
- Arrival Date, Departure Date
- Item Description, Quantity, Unit Price, Line Amount
Note: If you are using using public endpoints, such as
https://du.uipath.com/ie/invoices
, all fields are available.
However, if you are using custom-trained extractors, the availability of extracted
fields is dependant on the version you are currently using.
You can also check the
list of fields and types on any endpoint in the
/info/model
object.
To access this, simply add /info/model
to any endpoint, like so:
https://du.uipath.com/ie/invoices/info/model
. For an enhanced
reading experience of the fields list, it's recommended to install a JSON viewer
extension in your browser.
Field Name | Display Name | Field Type | Content Type |
---|---|---|---|
name | 発行者 | regular | string |
name-detail | 発行者店舗・支店名 | regular | string |
phone | 発行者電話番号 | regular | phone |
address | 発行者住所 | regular | string |
registration-no | 登録番号 | regular | id-no |
date | 発行日 | regular | date |
net-10-amount | 小計(10%対象) | regular | number |
net-8-amount | 小計(8%対象) | regular | number |
net-0-amount | 小計(0%対象) | regular | number |
non-reduced-tax | 消費税 10% | regular | number |
reduced-tax | 消費税 8% | regular | number |
total | 合計金額 | regular | number |
billing-name | 支払者 | regular | string |
description | 但し書き | regular | string |
title | タイトル | regular | string |
time | 発行時刻 | regular | string |
departure | 出発地 | regular | string |
arrival | 到着地 | regular | string |
tax-rate | 税率 | regular | number |
arrival-date | チェックイン | regular | date |
departure-date | チェックアウト | regular | date |
trip-date | 出発日 | regular | date |
stay-count | 宿泊日数 | regular | string |
item-description | アイテム | items | string |
quantity | 数量 | items | number |
unit-price | 単価 | items | number |
line-amount | 行合計金額 | items | number |
trip-end-date | 到着日 | regular | string |
booking-id | 予約番号 | regular | string |
flight-number | 便名 | regular | string |
flight-ticket | 航空券番号 | regular | string |
flight-departure-day | フライト搭乗⽇ | regular | string |
flight-arrival-date | フライト到着日 | regular | string |