Property Intent
- Namespace
- LMKit.Extraction.Ocr
- Assembly
- LM-Kit.NET.dll
Intent
Gets the resolved intent that governs how the OCR engine instructs the model and post-processes its output.
public VlmOcrIntent Intent { get; }
Property Value
Examples
var ocr = new VlmOcr(model, VlmOcrIntent.Undefined);
Console.WriteLine($"Resolved intent: {ocr.Intent}"); // e.g. VlmOcrIntent.Markdown