Click or drag to resize
Pdftools logo

EngineParameters Property

Engine-specific parameters

OCR engine-specific parameters can be set to optimize performance or activate optional recognition features.

Parameters are specified as semicolon-separated key=value pairs, e.g. "PredefinedProfile=Default;Profile=/path/to/profile.ini". The available parameters depend on the OCR engine. Commonly supported parameters include: - "PredefinedProfile": Name of a predefined recognition profile (default: "Default"). - "Profile": Path to a custom profile file. Applied after the predefined profile.

Parameter keys are case-sensitive.

Default value:


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
public string Parameters { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException[set] The parameters argument is invalid.
See Also