Document types
One global, admin-extendable library shared by every process -- e.g. Vehicle Title, Insurance Certificate, CDL. A process only decides whether one of these is required, not what it is.
New document type
| Name | Description |
|---|---|
| Commercial Driver's License (CDL) | Driver's CDL, all classes/endorsements. |
| Insurance Certificate | Proof of liability/cargo insurance. |
| IRP Application Form | The state IRP application form. |
| IRP Schedule G | Per-vehicle IRP schedule. |
| Proof of Address | Utility bill or similar, used to verify address. |
| Vehicle Title | State-issued title for the vehicle. |
Extractable fields
Define what the document can yield. Sensitive fields are configuration only and must not be sent to a third-party extractor.
| Document | Extractable field | Type | Sensitive |
|---|---|---|---|
| Commercial Driver's License (CDL) | Expiration Date | date | no |
| Commercial Driver's License (CDL) | Full Name | text | no |
| Commercial Driver's License (CDL) | License Number | text | no |
| Insurance Certificate | Carrier | text | no |
| Insurance Certificate | Expiration Date | date | no |
| Insurance Certificate | Policy Number | text | no |
| Proof of Address | Bill Date | date | no |
| Proof of Address | Service Address | address | no |
| Vehicle Title | Make | text | no |
| Vehicle Title | Owner Name | text | no |
| Vehicle Title | VIN | text | no |
| Vehicle Title | Year | number | no |