Click or drag to resize
Pdftools logo

EngineLanguages Property

The OCR language settings

Set the languages used for recognition to improve detection accuracy. Note that for some engines it is crucial to set the used languages correctly. For example, ABBYY FineReader will only detect characters used in the specified languages.

Multiple languages can be specified as a comma-separated list, e.g. "German,English".

Default value: (engine default)


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
Syntax
C#
public string Languages { get; set; }

Property Value

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