Show / Hide Table of Contents

Enum Convert.HTMLOutputOptions.SearchableImageSetting

Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public enum SearchableImageSetting

Fields

Name Description
e_ocr_always

Perform new OCR on all pages. (e_reflow_full mode).

e_ocr_image

Convert images only, ignoring pre-existing text from previous OCR, and do not perform any new OCR.

e_ocr_image_text

Convert both images and pre-existing hidden text from previous OCR. Only applies to e_reflow_paragraphs.

e_ocr_off

Convert images only, ignoring pre-existing text from previous OCR, and do not perform any new OCR.

e_ocr_text

Convert pre-existing text from previous OCR only (e_reflow_paragraphs mode). Perform new OCR on scanned pages (e_reflow_full mode).

In This Article
Back to top Generated by DocFX