Click or drag to resize
Pdftools logo

ImageOptionsRemoveOnlyInvisibleOcrText Property

Whether to remove only invisible OCR text (text rendering mode 3)

When used with ReplaceText or RemoveText, only the invisible text layer typically added by OCR engines is removed, while other text is preserved.

Default value:


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
Syntax
C#
public bool RemoveOnlyInvisibleOcrText { get; set; }

Property Value

Boolean
See Also