Property EffectiveStrategy
- Namespace
- LMKit.Document.Conversion
- Assembly
- LM-Kit.NET.dll
EffectiveStrategy
Gets the strategy the converter resolved to for this run. When the requested strategy is Hybrid and the source is an image attachment, the effective strategy is collapsed to VlmOcr. For paginated inputs the effective strategy remains Hybrid and the actual per-page choice is reported on each StrategyUsed.
public DocumentToMarkdownStrategy EffectiveStrategy { get; }