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.16.0+362ed17524d0f96db0bdf45362ca9dfd8e1a4428
Syntax
C#
public string Languages { get; set; }

Property Value

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