Link Search Menu Expand Document

DocumentSplitter2OCRLanguage Property

Language of OCR (Optical Character Recognition). The valid values are:
  • "eng" - English (default)
  • "deu" - German
  • "fra" - French
  • "spa" - Spanish

Download more languages at https://github.com/bytescout/ocrdata.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public string OCRLanguage { get; set; }

Property Value

Type: String

Implements

IBaseOCRExtractorOCRLanguage
Remarks
You can combine languages using '+' symbol. This allows to process mixed-language documents.
See Also

Reference