Table of Contents

Enum PdfSearchableMaker.TextPageHandling

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

Specifies how pages that already contain embedded text are handled during the searchable PDF conversion.

public enum PdfSearchableMaker.TextPageHandling

Fields

Skip = 0

Pages detected as already having text are kept as-is without OCR. Only pages lacking text are rendered and OCRed. This is the default and fastest option.

ForceOcr = 1

All pages are rendered and OCRed regardless of existing text content. Use this when the source PDF contains unreliable or incomplete text layers.

Share