Table of Contents

Constructor OcrParameters

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

OcrParameters(ImageBuffer)

Initializes a new instance of the OcrParameters class with the specified image and an optional language model for extended OCR capabilities.

public OcrParameters(ImageBuffer image)

Parameters

image ImageBuffer

The decoded image buffer to run OCR on. Must not be null.