Yes. Azure Document Intelligence now supports signature detection and extraction in multiple scenarios.
Key options:
- Prebuilt bank check model
The prebuilt US bank check model (v4.0, API version2024-11-30, model IDprebuilt-check.us) supports signature detection on bank checks. - Custom template models (v3.0+)
Custom template (form) models support signature fields. Signature detection here means detecting the presence of a signature in the defined field, not identifying who signed. If the model returnsunsigned, it did not find a signature in that field. - Custom neural models (v4.0)
The custom neural v4.0 (2024-11-30GA) model explicitly supports signature detection, along with key‑value pairs, selection marks, tables, and overlapping fields.
To use it:- Label fields with type Signature and draw the region around the signature.
- Provide at least five training samples with labeled signatures (with some variation) for best accuracy.
These capabilities allow extracting whether and where a document is signed (and the signature region), but they do not verify signer identity.
Content Understanding is described as the evolution of Document Intelligence with broader multimodal capabilities, but the provided information does not add further signature-specific behavior beyond what is listed above.
References:
- Choose the right Foundry tool for document processing: Document Intelligence, Content Understanding, or Foundry models
- What's new in Azure Document Intelligence?
- Document Intelligence bank check model
- Document Intelligence custom neural model
- Document processing models
- Document Intelligence custom models