Enum InputType

Enum InputType

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.2.0)

Types of image/ documents for processing / recognition.

public enum InputType

Fields

Base64 = 7

base64 string with the image or path to the .txt file with the base64 content. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.

DJVU = 3

Multipage DJVU document from file or from MemoryStream.

Directory = 5

Path to the directory. Nested archives and folders are not supported. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF. Default amount of processed images is all.

PDF = 1

Scanned PDF document from file or from MemoryStream.

SingleImage = 0

Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, MemoryStream, byte arrays.

TIFF = 2

Multipage TIFF, TIF document from file or from MemoryStream.

URL = 4

Link on the image. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.

Zip = 6

Full name of the ZIP archive. Nested archives and folders are not supported. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF. Default amount of processed images is all.

 English