Table of Contents

Class OcrParameters

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

Encapsulates all parameters required to perform OCR on an image, including the raw image data and an optional Attachment for context.

public sealed class OcrParameters
Inheritance
OcrParameters
Inherited Members

Properties

Attachment

Gets the optional Attachment associated with the image data. This can be used to carry additional metadata (e.g., file name, source ID) alongside the image being processed.

ImageData

Gets the raw image data as a PNG-encoded byte array.

Mime

Gets the MIME type of the image data. In the current version, this value is always “image/png”.