document-understanding
latest
false
- 概述
- 入门指南
- 构建模型
- 使用模型
- ML 包
- 1040 - document type
- 1040 Schedule C - document type
- 1040 Schedule D - document type
- 1040 Schedule E - document type
- 1040x - document type
- 3949a - document type
- 4506T - document type
- 709 - document type
- 941x - document type
- 9465 - document type
- ACORD125 - document type
- ACORD126 - document type
- ACORD131 - document type
- ACORD140 - document type
- ACORD25 - document type
- Bank Statements - document type
- Bills Of Lading - document type
- Certificate of Incorporation - document type
- Certificate of Origin - document type
- Checks - document type
- Children Product Certificate - document type
- CMS 1500 - document type
- EU Declaration of Conformity - document type
- Financial Statements - document type
- FM1003 - document type
- I9 - document type
- ID Cards - document type
- Invoices - document type
- Invoices Australia - document type
- Invoices China - document type
- Invoices Hebrew - document type
- Invoices India - document type
- Invoices Japan - document type
- Invoices Shipping - document type
- Packing Lists - document type
- Payslips - document type
- Passports - document type
- Purchase Orders - document type
- Receipts - document type
- Remittance Advices - document type
- UB04 - document type
- Utility Bills - document type
- Vehicle Titles - document type
- W2 - document type
- W9 - document type
- 公共端点
- 支持的语言
- Insights 仪表板
- 数据与安全性
- 许可
- 如何
- 故障排除

Document Understanding 新式项目用户指南
上次更新日期 2025年5月8日
复选框和签名
复选框和签名这两个元素在各种类型的文档(从合同协议到注册表单)中发挥着至关重要的作用。了解如何正确标注复选框和签名对于充分利用模型非常重要。
标注文档时,您可能会遇到几种使用复选框的多选字段类型:
- 互斥复选框。
- 非互斥复选框,您可以在其中选择多个选项。
要考虑的一个重要方面是给定多选字段中提供的选项数量。在某些情况下,可能有单个选项,即复选框要么处于选中状态,要么不处于选中状态。但是,在许多情况下,可能有 10 个、20 个,甚至更多选项,这些选项通常组织成网格或表格格式,这在体检表单中很常见。
在标注这些不同的多选字段时,您可以使用两种主要方法。
我们使用一个示例来了解如何标注选项。
注意:在开始标注选项之前,请确保您已为每个相关选项创建了一个常规字段。
考虑文档包含年份选项的情况。在这些场景中,您只有一个字段,并且只需标注所选用词。例如,如果已选中 2018 旁边的复选框,则标注 2018;如果选中 2019 选项,则标注 2019。如果两个选项均未选择,则不应标注这两个选项中的任何一个。无法同时选中两个选项;包含此类实例的文档应从集合中删除。
此方法的优点是您只有一个字段,需要的数据较少。它也不依赖于复选框检测成功与否。例如,如果一个复选框被错误地检测为字母 X,模型仍可以通过学习来识别出 X 表示选择了 X 旁边的选项。
但是,一个潜在的缺点是必须确保两个选项得到代表的比例大致相同,但情况可能并非总是如此。例如,如果数据集中 90% 的文档都选中了 2018,则模型的性能可能会受到影响,从而导致此方法失败。当您有更多选项时,问题会变得更糟,因为其中一些选项几乎总是很少见。在这些情况下,您可能需要创建虚假文档,并选中稀有选项以平衡问题。