Click or drag to resize

CaseOCR Property

Provides access to the OCR actions for this case.

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public OcrManager OCR { get; }

Return Value

Type: OcrManager
Returns the OcrManager for accessing information relating to the OCR processing for this case.
See Also