| Document Type | enum | ID Card, Bank Card, or Driver's License |
| Image Source | enum | Local File, Desktop Element, or Web Element |
| Image Path | str | Full path to the local image. Required when Image Source is Local File |
| Desktop Element | WinElement or str (captured element UID, not element name or ms-rpa-id) | Captured desktop element or a desktop element returned by Get Desktop Element, Get Related Desktop Elements, or Get Similar Desktop Elements. Required when Image Source is Desktop Element |
| Webpage Object | WebPage | Webpage containing the target element. Required when Image Source is Web Element |
| Web Element | WebElement or str (captured element UID, not element name or ms-rpa-id) | Captured web element or a web element returned by Get Web Element, Get Similar Web Elements, or Get Related Web Elements. Required when Image Source is Web Element |