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