Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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