Click or drag to resize

IOcrManager Interface

Represents a class for managing OCR.

Namespace:  EdaIntegrationContract.OCR
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IOcrManager

The IOcrManager type exposes the following members.

Properties
  NameDescription
Public propertyProperties
Provides access to the OCR properties for this case.
Top
Methods
  NameDescription
Public methodCode exampleGetValidOcrFileTypes
Get a list of the file types that support OCR.
Public methodCode exampleUpdateProperties
Saves the OCR properties to the case.
Top
See Also