Table of Contents

Property PageHeight

Namespace
LMKit.Extraction.Ocr
Assembly
LM-Kit.NET.dll

PageHeight

Gets the height of the page in the original document, in points.

[JsonIgnore]
public double PageHeight { get; }

Property Value

double

Examples

Console.WriteLine($"Page size: {ocrResult.PageWidth} x {ocrResult.PageHeight}");
Share