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
Examples
var ocr = new VlmOcr(model);
Console.WriteLine($"OCR model: {ocr.Model.ModelFamily}");