Enum PdfSearchableMaker.TextPageHandling
Specifies how pages that already contain embedded text are handled during the searchable PDF conversion.
public enum PdfSearchableMaker.TextPageHandling
Fields
Skip = 0Pages 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 = 1All pages are rendered and OCRed regardless of existing text content. Use this when the source PDF contains unreliable or incomplete text layers.