PdfImageExtraction Enumeration |
PDF page image extraction type.
Namespace: OpenDiscoverSDK.Interfaces.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataContractAttribute]
public enum PdfImageExtraction
Members| Member name | Value | Description |
|---|
| None | 0 |
No PDF page images are extracted.
|
| OnlyFailedPdfPages | 1 |
Extracts only images on PDF pages that failed due to page extracted text length below the PageExtractedTextCriteria
criteria or failed due to page text extraction error (if possible).
|
| AllPdfPages | 2 |
Extract all images from all PDF pages.
|
See Also