Class OcrConfig
- Namespace
- ScanbotSDK.MAUI.Ocr
- Assembly
- DocumentSDK.MAUI.dll
public class OcrConfig
- Inheritance
-
OcrConfig
- Inherited Members
Constructors
OcrConfig()
public OcrConfig()
Properties
InstalledLanguages
public List<string> InstalledLanguages { get; set; }
Property Value
LanguageDataPath
public string LanguageDataPath { get; set; }
Property Value
OcrMode
public OcrMode OcrMode { get; set; }
Property Value
ScanbotOcr
public static OcrConfig ScanbotOcr { get; }
Property Value
Methods
Tesseract(List<string>)
public static OcrConfig Tesseract(List<string> withLanguageString)