API Reference

Interface

IPdfImageRegionDetectionStage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Detects positioned image regions and associates classified captions.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Methods

public abstract IReadOnlyList<PdfUnderstandingImageRegion> Detect(PdfUnderstandingPageContext context, IReadOnlyList<PdfUnderstandingSemanticElement> semanticElements) #
Returns: IReadOnlyList<PdfUnderstandingImageRegion>

Returns one region per image placement invocation with an optional caption association.

Parameters

context OfficeIMO.Pdf.PdfUnderstandingPageContext requiredposition: 0
semanticElements System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingSemanticElement} requiredposition: 1