Skip to content

Commit 10678dd

Browse files
author
Selma Zaim
committed
add some specification
1 parent a977827 commit 10678dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class YourComponent extends Component {
5050
<View>
5151
<DocumentScanner
5252
useBase64
53+
saveInAppDocument={false}
5354
onPictureTaken={data => this.setState({
5455
image: data.croppedImage,
5556
initialImage: data.initialImage,
@@ -87,7 +88,7 @@ class YourComponent extends Component {
8788
| contrast | `1` | `float` | Increase or decrease camera contrast. Normal as default |
8889
| quality | `0.8` | `float` | Image compression. Reduces both image size and quality |
8990
| useBase64 | `false` | `bool` | If base64 representation should be passed instead of image uri's |
90-
| saveInAppDocument | `false` | `bool` | If should save in app document |
91+
| saveInAppDocument | `false` | `bool` | If should save in app document in case of not using base 64 |
9192
| captureMultiple | `false` | `bool` | Keeps the scanner on after a successful capture |
9293

9394
## Manual capture

0 commit comments

Comments
 (0)