Click or drag to resize

DocumentFailedPdfPages Property

If document is a PDF (a Document with FormatId property with ID equal to AdobePDF), then this property contains a list of PDF pages (PdfPageInfo) in the PDF document where either an exception occured processing the page or where the text extracted length was below the PageExtractedTextCriteria criteria.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public List<PdfPageInfo> FailedPdfPages { get; set; }

Property Value

ListPdfPageInfo
Remarks
The utility of this list is to alert the end user or developer of the quality of the PDF text extraction. Actions such as OCR'ing the failed pages could be taken on such information, for example.
See Also