Class OcrOptions
OCR-specific conversion options.
Inherited Members
Namespace: Accusoft.PrizmDocServer.Conversion
Assembly: PrizmDocServerSDK.dll
Syntax
public class OcrOptions
Constructors
OcrOptions()
Initializes a new instance of the OcrOptions class.
Declaration
public OcrOptions()
Properties
DefaultDpi
Gets or sets the default DPI to use whenever an input document does not itself specify any DPI information.
Declaration
public DpiOptions DefaultDpi { get; set; }
Property Value
Type | Description |
---|---|
DpiOptions |
Language
Gets or sets the OCR language. Default is "english"
.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
String |