DetectDocumentTypeAI

AsposeOcr.DetectDocumentTypeAI method

Analyzes the image using AI and identifies its document type. Supports PNG, JPEG, BMP, TIFF, JFIF, and GIF images from files, streams, and pixel arrays. Can bulk process folders and archives.

public List<AIResult> DetectDocumentTypeAI(OcrInput images)
ParameterTypeDescription
imagesOcrInputSource images. OcrInput

Return Value

AI-based document type detection results. AIResult

See Also