Inherits Enum.
|
int | BASE64 = 6 base64 string with the image or path to the .txt file with the base64 content. Supports GIF, PNG, JPEG, BMP, TIFF. |
|
int | DIRECTORY = 4 Path to the directory. Nested archives and folders are not supported. Supports GIF, PNG, JPEG, BMP, TIFF. Default amount of processed images is all. |
|
int | PDF = 1 Scanned PDF document from file or from bynary array. |
|
int | SINGLE_IMAGE = 0 Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, binary array. |
|
int | TIFF = 2 Multipage TIFF, TIF document from file or from InputStream. |
|
int | URL = 3 Link on the image. Supports GIF, PNG, JPEG, BMP, TIFF. |
|
int | ZIP = 5 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. |
|
Types of image/ documents for processing / recognition.