Click or drag to resize
Pdftools logo

TextProcessingMode Enumeration

The mode for processing text in OCR


Namespace: PdfTools.Ocr
Assembly: PdfTools (in PdfTools.dll) Version: 1.19.0+2160c7724ea9111cae8ed0e8ced3b10611191789
Syntax
C#
public enum TextProcessingMode
Members
Member nameValueDescription
None0 Do not process text.
Update1 Only process text that is not extractable. For all characters that have no meaningful Unicode, OCR processing is used to determine the Unicode. This is the recommended mode to make text extractable.
Replace2 Process all text. OCR is used to determine the Unicode of all characters, even if they seemingly have Unicode information. This is useful for documents that possibly contain wrong Unicode information.
See Also