API Reference
Class
PdfStaticFormRecognitionOptions
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
public PdfStaticFormRecognitionOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.