Corners - Represents the four document corners detected or set by consumers, preserving the SDK-specific ordering.
CutoutAverage - Maintains a rolling average of detected cutout points to smooth document boundaries between frames.
ImageProcessing - Provides managed wrappers around the native image processing pipeline, exposing document correction and binarization helpers.
ImageSdkLibrary - Legacy facade maintaining backwards compatibility with the original SDK API surface.
ImageWriter - Wraps native image writer handles and optional platform-specific writers, providing a unified API for exporting images to files. Call Open(string) before writing, configure optional settings via Configure(EConfigParam, object), and dispose when finished.
LicenseInfo - Holds license metadata obtained from the native SDK, including validity timestamps and optional feature flags.
Main - Provides access to native SDK initialisation and logging helpers.
MetaImage - Managed facade over SDK meta images that own a native handle and expose EXIF, bitmap, and rendering metadata. Use the provided factory helpers to create instances and always dispose when you finish with the native buffer.
NullPointerException - Mirrors the Java-style null pointer exception used across the SDK wrappers.
PxlPoint - Represents an integer coordinate within the SDK coordinate space.
PxlPointF - Represents a floating-point coordinate within the SDK coordinate space.