Table of Contents

Property EnableOrientationDetection

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

EnableOrientationDetection

Gets an optional override for automatic page orientation detection.

public bool? EnableOrientationDetection { get; }

Property Value

bool?

Remarks

When null (the default), the engine uses its instance-level setting. Set to true to enable or false to disable orientation detection for this request only.

Share