API Reference
Class
PdfStaticFormTextEvidence
Optional, caller-supplied OCR text in top-left visual page coordinates.
Inheritance
- Object
- PdfStaticFormTextEvidence
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 PdfStaticFormTextEvidence(Int32 pageNumber, String text, Double left, Double top, Double right, Double bottom, Double confidence) #Creates positioned text evidence without taking ownership of an OCR provider.
Parameters
- pageNumber System.Int32
- text System.String
- left System.Double
- top System.Double
- right System.Double
- bottom System.Double
- confidence System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PageNumber { get; } #One-based source page number.
public String Text { get; } #Recognized text.
public Double Left { get; } #Left visual coordinate.
public Double Top { get; } #Top visual coordinate.
public Double Right { get; } #Right visual coordinate.
public Double Bottom { get; } #Bottom visual coordinate.
public Double Confidence { get; } #Provider confidence from zero through one.