InputType

InputType enumeration

Types of image/ documents for processing / recognition.

public enum InputType

Values

NameValueDescription
SingleImage0Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, MemoryStream, byte arrays.
PDF1Scanned PDF document from file or from MemoryStream.
TIFF2Multipage TIFF, TIF document from file or from MemoryStream.
DJVU3Multipage DJVU document from file or from MemoryStream.
URL4Link on the image. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
Directory5Path to the directory. Nested archives and folders are not supported. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF. Default amount of processed images is all.
Zip6Full 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.
Base647base64 string with the image or path to the .txt file with the base64 content. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.

See Also