document-understanding
2024.10
true
- 概述
- 入门指南
- 构建模型
- 使用模型
- 模型详细信息
- 公共端点
- 1040 - 文档类型
- 1040 计划 C - 文档类型
- 1040 计划 D - 文档类型
- 1040 计划 E - 文档类型
- 1040x - 文档类型
- 3949a - 文档类型
- 4506T - 文档类型
- 709 - 文档类型
- 941x - 文档类型
- 9465 - 文档类型
- ACORD125 - 文档类型
- ACORD126 - 文档类型
- ACORD131 - 文档类型
- ACORD140 - 文档类型
- ACORD25 - 文档类型
- 银行对账单 - 文档类型
- 提单 - 文档类型
- 公司注册证书 - 文档类型
- 原产地证书 - 文档类型
- 支票 - 文档类型
- 儿童产品证书 - 文档类型
- CMS 1500 - 文档类型
- 欧盟符合性声明 - 文档类型
- 财务报表 - 文档类型
- FM1003 - 文档类型
- I9 - 文档类型
- 身份证 - 文档类型
- 发票 - 文档类型
- 发票 2 - 文档类型
- 澳大利亚发票 - 文档类型
- 发票中国 - 文档类型
- 希伯来语发票 - 文档类型
- 发票印度 - 文档类型
- 日本发票 - 文档类别
- 发票运输 - 文档类型
- 装箱单列表 - 文档类型
- 工资单 - 文档类型
- 护照 - 文档类型
- 采购订单 - 文档类型
- 收据 - 文档类型
- 收据 2 - 文档类型
- 日本收据 - 文档类型
- 汇款通知书 - 文档类型
- UB04 - 文档类型
- 美国抵押贷款平交披露 - 文档类型
- 公用事业账单 - 文档类型
- 车辆标题 - 文档类型
- W2 - 文档类型
- W9 - 文档类型
- 支持的语言
- Insights 仪表板
- 许可和计费逻辑
- 如何
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Document Understanding Modern Projects User Guide
上次更新日期 2025年9月15日
The ID Cards model is a pretrained model built to extract information from Identity Documents from various countries.
The model automatically detects data such as:
- Document Type, Last Name, First Name, Birth Place, Date of Birth, Sex, Nationality,
- ID Number, Issued Date, Expiration Date, Issued Place, Authority, Address.
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.
Display Name | Field Name | Field Type | Content Type |
---|---|---|---|
Document Type | document-type | regular | string |
Last Name | last-name | regular | string |
First Name | first-name | regular | string |
Place of Birth | birth-place | regular | string |
Date of Birth | birth-date | regular | date |
Gender | sex | regular | string |
Nationality | nationality | regular | string |
Personal Identification Number | id-no | regular | id-no |
Date of Issue | issued-date | regular | date |
Date of Expiry | expiration-date | regular | date |
Place of Issue | issued-place | regular | string |
Issuing Authority | authority | regular | string |
Document Number | id-no2 | regular | id-no |
Machine Readable Zone (MRZ) | mrz | regular | string |
Personal Address | address | regular | string |
Country or State | state | regular | string |
Document Number (Alternative) | document-number-2 | regular | string |