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.

Trigger Text Extraction Output

Output representation of the text extraction request on the most recent version of the document.
JSON example
1{
2  "ocrDocumentScanResultInfos": [
3    {
4      "ocrDocumentScanResultId": "0ixRM0000004DY7",
5      "pageNum": 1
6    }
7  ],
8  "status": {
9    "code": "POST_SUCCESS",
10    "message": "API call has been executed Successfully."
11  }
12}
Property Name Type Description Filter Group and Version Available Version
ocrDocumentScanResultInfos OCR Document Scan Result Info[] Represents the details of the OCR document scan result. Small, 55.0 55.0
status Status Indicates whether the OCR document scan result record is created successfully or not. Small, 55.0 55.0