Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfStaticFormRecognitionOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Limits and page selection for reviewable static-form recognition.

Inheritance

  • Object
  • PdfStaticFormRecognitionOptions

Usage

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

Accepted by parameters

Constructors

Properties

public PdfPageSelection PageSelection { get; set; } #

Pages to inspect; null inspects every page within the page limit.

public Int32 MaxPages { get; set; } #

Maximum selected pages.

public Int32 MaxProposals { get; set; } #

Maximum proposals retained across the document.

public Int32 MaxCandidateScanWork { get; set; } #

Maximum comparison work reserved while evaluating visual field candidates; candidate scans reserve conservative upper bounds.

public Int32 MaxDiagnostics { get; set; } #

Maximum diagnostics retained, including a truncation marker when further diagnostics are omitted.

public Int32 MaxOcrTextItems { get; set; } #

Maximum supplied OCR text items.

public Double MinimumConfidence { get; set; } #

Minimum confidence retained as a proposal.