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.17.0+23d126d295bd5cb25c315a91f72f3e0c111acb34
Syntax
C#
public string Languages { get; set; }

Property Value

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