Class OCRParams
Parameters for converting PDF to a searchable PDF using OCRJob.
Inheritance
System.Object
OCRParams
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.ocr
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class OCRParams
Properties
OcrLocale
Gets the locale to be used for OCR.
Declaration
public OCRSupportedLocale OcrLocale { get; }
Property Value
Type | Description |
---|---|
OCRSupportedLocale |
OcrType
Gets the type of OCR.
Declaration
public OCRSupportedType OcrType { get; }
Property Value
Type | Description |
---|---|
OCRSupportedType |
Methods
OCRParamsBuilder()
Creates a new OCRParams.Builder.
Declaration
public static OCRParams.Builder OCRParamsBuilder()
Returns
Type | Description |
---|---|
OCRParams.Builder | a OCRParams.Builder instance |