Source
Available sources for the document scanner.
Enumeration Members
Enumeration Member | Value | Description |
---|---|---|
CAMERA | "CAMERA" | Scan a document by using the devices camera. |
IMAGE | "IMAGE" | Scan a document from the provided image. |
GALLERY | "GALLERY" | Open an image picker in single selection mode and scan a document from the selected image. |
GALLERY_MULTIPLE | "GALLERY_MULTIPLE" | Open an image picker in multi selection mode and scan a document from the selected images. |
CAMERA_IMPORT | "CAMERA_IMPORT" | Same as [CAMERA] but shows an additional import button which the user can use to import files as well. |