ClassifierOCRMode Property ByteScout Document Parser SDK
Recognizes text from embedded images using Optical Character Recognition (OCR).

This option requires appropriate language files in OCRLanguageDataFolder folder. The SDK is shipped with language files for English, French, German and Spanish. You can download more at https://github.com/bytescout/ocrdata.

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax

public OCRMode OCRMode { get; set; }

Property Value

Type: OCRMode
Remarks

OCRMode can be overriden by template. See Template Creation Guide, option "ocrMode".
See Also

Reference