Table of Contents

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

List<string>

LanguageDataPath

public string LanguageDataPath { get; set; }

Property Value

string

OcrMode

public OcrMode OcrMode { get; set; }

Property Value

OcrMode

ScanbotOcr

public static OcrConfig ScanbotOcr { get; }

Property Value

OcrConfig

Methods

Tesseract(List<string>)

public static OcrConfig Tesseract(List<string> withLanguageString)

Parameters

withLanguageString List<string>

Returns

OcrConfig