UnifiedSaveOptionsExtractOcrSublayerOnly Property
This atrribute turned on functionality for extracting image or text for PDF documents with OCR sublayer.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool ExtractOcrSublayerOnly { get; set; }

Property Value

Type: Boolean
true text will be extracted in result document; otherwise, false.
See Also