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