Table of Contents

Property Model

Namespace
LMKit.Extraction.Ocr
Assembly
LM-Kit.NET.dll

Model

Gets the language model instance used by this object.

public LM Model { get; }

Property Value

LM

Examples

var ocr = new VlmOcr(model);
Console.WriteLine($"OCR model: {ocr.Model.ModelFamily}");
Share