Table of Contents

Property OcrPerformed

Namespace
LMKit.Document.Conversion
Assembly
LM-Kit.NET.dll

OcrPerformed

Gets a value indicating whether OCR was performed on at least one page of the document during conversion.

public bool OcrPerformed { get; }

Property Value

bool

Remarks

OCR is applied per page and only when a page needs it (an image with no text layer, embedded-image text recovery, full-page recognition of a sparse text layer, or vision-language transcription). This is true when any page reports OcrPerformed, and false when every page came straight from an embedded text layer. Inspect each page's OcrPerformed to know exactly which pages were recognized.

Share