Click or drag to resize

IOcrManager Interface

Represents a class for managing OCR.

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

The IOcrManager type exposes the following members.

Properties
  NameDescription
Public propertyActiveOcrEngine
Retrieve the OCR engine that is currently active
Public propertyProperties
Provides access to the OCR properties for this case.
Top
Methods
  NameDescription
Public methodCode exampleGetOcrEngineT
Get an OCR engine
Public methodCode exampleGetValidOcrFileTypes
Get a list of the file types that support OCR.
Public methodCode exampleSetActiveOcrEngine
Designate the supplied OCR engine as the one to use
Public methodCode exampleUpdateProperties
Saves the OCR properties to the case.
Top
See Also