API Reference
Class
PdfUnderstandingPipeline
Runs a bounded, typed, pluggable PDF text-understanding pipeline.
Inheritance
- Object
- PdfUnderstandingPipeline
Constructors
public PdfUnderstandingPipeline(PdfUnderstandingPipelineOptions options = null) #Creates a pipeline, using the lightweight built-in stage for each unspecified slot.
Parameters
- options OfficeIMO.Pdf.PdfUnderstandingPipelineOptions = null
Methods
Run 2 overloads
public PdfUnderstandingResult Run(PdfReadDocument document, PdfPageSelection selection = null, CancellationToken cancellationToken = null) #Returns:
PdfUnderstandingResultRuns all stages for all pages or a caller-ordered page selection.
Parameters
- document OfficeIMO.Pdf.PdfReadDocument
- selection OfficeIMO.Pdf.PdfPageSelection = null
- cancellationToken System.Threading.CancellationToken = null
public PdfUnderstandingResult Run(PdfReadDocument document, PdfPageSelector selector, CancellationToken cancellationToken = null) #Returns:
PdfUnderstandingResultRuns all stages for pages resolved by a document-relative selector.
Parameters
- document OfficeIMO.Pdf.PdfReadDocument
- selector OfficeIMO.Pdf.PdfPageSelector
- cancellationToken System.Threading.CancellationToken = null