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.

OcrDocumentScanResult Class

This class contains the OCR document scan result. It stores the OCR Document Scan Result ID and the page number of the extracted text.

Namespace

documentreader

OcrDocumentScanResult Properties

The following are properties for OcrDocumentScanResult.

ocrDocumentScanResultId

The ID of the OCR document scan result.

Signature

public String ocrDocumentScanResultId {get; set;}

Property Value

Type: String

pageNumber

The page number of the document with which the OCR document scan result is associated.

Signature

public Integer pageNumber {get; set;}

Property Value

Type: Integer