InputType
Contents
[
Hide
]InputType enumeration
Types of image/ documents for processing / recognition.
Members
| Member name | Description |
|---|---|
| SINGLE_IMAGE | Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, MemoryStream, byte arrays. |
| Scanned PDF document from file or from MemoryStream. | |
| TIFF | Multipage TIFF, TIF document from file or from MemoryStream. |
| DJVU | Multipage DJVU document from file or from MemoryStream. |
| URL | Link on the image. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF. |
| DIRECTORY | 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 | 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 | 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