InputType
InputType enumeration
Types of image/ documents for processing / recognition.
public enum InputType
Values
Name | Value | Description |
---|---|---|
SingleImage | 0 | Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, MemoryStream, byte arrays. |
1 | Scanned PDF document from file or from MemoryStream. | |
TIFF | 2 | Multipage TIFF, TIF document from file or from MemoryStream. |
DJVU | 3 | Multipage DJVU document from file or from MemoryStream. |
URL | 4 | Link on the image. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF. |
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. |
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. |
Base64 | 7 | base64 string with the image or path to the .txt file with the base64 content. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF. |
See Also
- namespace Aspose.OCR
- assembly Aspose.OCR