DetectDocumentType
AsposeOcr.DetectDocumentType method
Analyzes the image and identifies it’s type. Supports PNG, JPEG, BMP, TIFF, JFIF, and GIF images from files, streams, and pixel arrays. Can bulk process folders and archives.
public List<DocTypeOutput> DetectDocumentType(OcrInput images)
| Parameter | Type | Description |
|---|---|---|
| images | OcrInput | Source images.OcrInput |
Return Value
Detected types, DocTypeOutput.
See Also
- class DocTypeOutput
- class OcrInput
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR