Newer Version Available

This content describes an older version of this product. View Latest

Map Extracted Text Input

Input representation of the OCR document scan result and template that are required for mapping.
JSON example
1{
2   "scanResultId" : "0ixS7000000001TIAQ",
3   "templateId" : "48tS70000004C9DIAU"
4}
Properties
Name Type Description Required or Optional Available Version
isExactMatch Boolean Indicates whether the mapping between values and target field must be returned only when the key matches in both the document and template (true) or not (false).

Default value is true.

Optional 55.0
scanResultId String The ID of the OCR document scan result. The scan result contains the contents of a document after optical character recognition (OCR) processing. Required 55.0
templateId String The ID of the OCR template. This represents the details of the mapping between a document and a Salesforce object using Intelligent Document Reader. Required 55.0