InputType

InputType enumeration

Types of image/ documents for processing / recognition.

Members

Member nameDescription
SINGLE_IMAGESupports GIF, PNG, JPEG, BMP, TIFF, JFIF, MemoryStream, byte arrays.
PDFScanned PDF document from file or from MemoryStream.
TIFFMultipage TIFF, TIF document from file or from MemoryStream.
DJVUMultipage DJVU document from file or from MemoryStream.
URLLink on the image. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
DIRECTORYPath to the directory. Nested archives and folders are not supported.
Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
Default amount of processed images is all.
ZIPFull 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.
BASE64base64 string with the image or path to the .txt file with the base64 content. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.

See Also