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.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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