Click or drag to resize

IOcrProperties Interface

Represents the OCR properties for a case.

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

The IOcrProperties type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAnalysisOcrFileTypes
Gets or sets a list of file types to get queued for OCR by the analyzer when the QueueForOcrDuringAnalysis attribute is active.
Public propertyCode exampleMaxOcrAgents
Gets and sets maximum number of OCR agents allowed to run on this case.
Public propertyCode exampleQueueForOcrDuringAnalysis
Indicates whether documents will be automatically queued for OCR during document analysis.
Top
See Also