Click or drag to resize

OcrProperties Class

Represents the Ocr properties for a case.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.CaseCasePropertiesGroup
    Law.EdaIntegration.OcrOcrProperties

Namespace:  Law.EdaIntegration.Ocr
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class OcrProperties : CasePropertiesGroup

The OcrProperties 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