Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1009 Bytes

File metadata and controls

32 lines (23 loc) · 1009 Bytes
layout title description keywords needAutoGenerateSidebar noTitleIndex
default-layout
Interface NormalizedImagesUnit - Dynamsoft Document Normalizer JS Edition API Reference
This page shows the JS edition of the interface NormalizedImagesUnit.
normalized image, JS
true
true

NormalizedImagesUnit

The NormalizedImagesUnit interface extends the IntermediateResultUnit interface and represents a unit of normalized images.

interface NormalizedImagesUnit extends IntermediateResultUnit {
    normalizedImages: Array<NormalizedImageElement>;
}

normalizedImages

An array of NormalizedImageElement objects, each representing a piece of the original image after normalization.

normalizedImages: Array<NormalizedImageElement>;

See Also

IntermediateResultUnit

NormalizedImageElement