Table of Contents

Property PageWidth

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

PageWidth

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

[JsonIgnore]
public double PageWidth { get; }

Property Value

double

Examples

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