DetectDocumentLayout

AsposeOcr.DetectDocumentLayout method

Analyzes the image and identifies the different types of content areas within it. Supports PNG, JPEG, BMP, TIFF, JFIF, and GIF images from files, streams, and pixel arrays. Can bulk process folders and archives.

public List<LayoutOutput> DetectDocumentLayout(OcrInput images)
ParameterTypeDescription
imagesOcrInputSource images.OcrInput

Return Value

Detected content areas, LayoutOutput.

See Also