Parsing Documents
Signature Detection
Detect signatures in documents
Document Ingestion API can be used to detect signatures in documents in two ways:
- Get the bounding boxes of detected signatures in the document.
- Get the context of the signatures detected in the document.
Getting Bounding Boxes of Signatures
Bounding boxes of signatures can be detected by setting detectSignature
to true
in the settings
JSON object when calling the parse
API.
Response
The bounding boxes of signatures are present in the Document object returned by the parse
API. This is a JSON
object which contains all the detected objects in the document such as tables, figures, charts, signatures, etc.
Getting Context of Signatures
Context of signatures can be detected by using the Structured Extraction API. You can specify a schema that captures the context, such as has the signature been signed by the signee, name of the personal signing, etc.
A sample schema for signature context is shown below: